mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Update github action package versions.
This commit is contained in:
parent
ab63595cc1
commit
6c9d0dca2c
2
.github/workflows/ci-docker.yml
vendored
2
.github/workflows/ci-docker.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Test Action
|
||||
uses: ./util/ci/actions/archlinux-test
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: TestLog
|
||||
path: ${{ github.workspace }}/LastTest.log
|
||||
|
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@ -33,7 +33,7 @@ jobs:
|
||||
ninja check
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: On
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: TestLog
|
||||
|
6
.github/workflows/mac-tests.yaml
vendored
6
.github/workflows/mac-tests.yaml
vendored
@ -15,13 +15,13 @@ jobs:
|
||||
echo "PREFIX=$HOME/gnucash/inst" >> $GITHUB_ENV
|
||||
echo "SRCROOT=$HOME/gnucash/source" >> $GITHUB_ENV
|
||||
- name: download dependency tarball
|
||||
uses: carlosperate/download-file-action@v1.0.3
|
||||
uses: carlosperate/download-file-action@v2
|
||||
id: dependencies
|
||||
with:
|
||||
file-url: 'https://downloads.sourceforge.net/gnucash/Dependencies/gnucash-4.900-mac-dependencies.tar.xz'
|
||||
file-name: gnucash-dependencies.tar.xz
|
||||
- name: download googletest
|
||||
uses: carlosperate/download-file-action@v1.0.3
|
||||
uses: carlosperate/download-file-action@v2
|
||||
|
||||
id: googletest
|
||||
with:
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
ninja check
|
||||
env:
|
||||
CTEST_OUTPUT_ON_FAILURE: On
|
||||
- uses: actions/upload-artifact@v2
|
||||
- uses: actions/upload-artifact@v3
|
||||
if: failure()
|
||||
with:
|
||||
name: TestLog
|
||||
|
Loading…
Reference in New Issue
Block a user