mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
CI: Update github action scripts.
This commit is contained in:
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
@@ -10,7 +10,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Test Action
|
||||
uses: ./util/ci/actions/archlinux-test
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: TestLog
|
||||
path: ${{ github.workspace }}/LastTest.log
|
||||
|
||||
4
.github/workflows/ci-tests.yml
vendored
4
.github/workflows/ci-tests.yml
vendored
@@ -33,7 +33,7 @@ jobs:
|
||||
ninja distcheck
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: On
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: TestLog
|
||||
@@ -70,7 +70,7 @@ jobs:
|
||||
ninja check
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: On
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: TestLog
|
||||
|
||||
4
.github/workflows/coverage.yml
vendored
4
.github/workflows/coverage.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
echo "::warning title=Invalid file permissions automatically fixed::$line"
|
||||
done
|
||||
- name: Upload pages
|
||||
uses: actions/upload-pages-artifact@v2
|
||||
uses: actions/upload-pages-artifact@v3
|
||||
if: success()
|
||||
with:
|
||||
path: ${{ github.workspace }}/build/github-pages
|
||||
@@ -64,4 +64,4 @@ jobs:
|
||||
steps:
|
||||
- name: Publish
|
||||
id: deployment
|
||||
uses: actions/deploy-pages@v2
|
||||
uses: actions/deploy-pages@v3
|
||||
|
||||
2
.github/workflows/mac-tests.yaml
vendored
2
.github/workflows/mac-tests.yaml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
ninja check
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: On
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: failure()
|
||||
with:
|
||||
name: TestLog
|
||||
|
||||
Reference in New Issue
Block a user