gnucash stable: CI: Update github action scripts.
John Ralls
jralls at code.gnucash.org
Sat May 4 16:36:09 EDT 2024
Updated via https://github.com/Gnucash/gnucash/commit/bba4a109 (commit)
from https://github.com/Gnucash/gnucash/commit/9f1597f5 (commit)
commit bba4a1099cbe5ee1fb548ccd93ec81f062e4b584
Author: John Ralls <jralls at ceridwen.us>
Date: Sat May 4 13:35:47 2024 -0700
CI: Update github action scripts.
diff --git a/.github/workflows/ci-docker.yml b/.github/workflows/ci-docker.yml
index df73bc2afc..a0ae9a3977 100644
--- a/.github/workflows/ci-docker.yml
+++ b/.github/workflows/ci-docker.yml
@@ -10,7 +10,7 @@ jobs:
uses: actions/checkout at v4
- name: Test Action
uses: ./util/ci/actions/archlinux-test
- - uses: actions/upload-artifact at v3
+ - uses: actions/upload-artifact at v4
with:
name: TestLog
path: ${{ github.workspace }}/LastTest.log
diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml
index 71c711debc..e58fadaf82 100644
--- a/.github/workflows/ci-tests.yml
+++ b/.github/workflows/ci-tests.yml
@@ -33,7 +33,7 @@ jobs:
ninja distcheck
env:
CTEST_OUTPUT_ON_FAILURE: On
- - uses: actions/upload-artifact at v3
+ - uses: actions/upload-artifact at v4
if: failure()
with:
name: TestLog
@@ -70,7 +70,7 @@ jobs:
ninja check
env:
CTEST_OUTPUT_ON_FAILURE: On
- - uses: actions/upload-artifact at v3
+ - uses: actions/upload-artifact at v4
if: failure()
with:
name: TestLog
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 44f6073ec9..a2cab6bff2 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -46,7 +46,7 @@ jobs:
echo "::warning title=Invalid file permissions automatically fixed::$line"
done
- name: Upload pages
- uses: actions/upload-pages-artifact at v2
+ uses: actions/upload-pages-artifact at v3
if: success()
with:
path: ${{ github.workspace }}/build/github-pages
@@ -64,4 +64,4 @@ jobs:
steps:
- name: Publish
id: deployment
- uses: actions/deploy-pages at v2
+ uses: actions/deploy-pages at v3
diff --git a/.github/workflows/mac-tests.yaml b/.github/workflows/mac-tests.yaml
index 143de00eee..87943059b0 100644
--- a/.github/workflows/mac-tests.yaml
+++ b/.github/workflows/mac-tests.yaml
@@ -50,7 +50,7 @@ jobs:
ninja check
env:
CTEST_OUTPUT_ON_FAILURE: On
- - uses: actions/upload-artifact at v3
+ - uses: actions/upload-artifact at v4
if: failure()
with:
name: TestLog
Summary of changes:
.github/workflows/ci-docker.yml | 2 +-
.github/workflows/ci-tests.yml | 4 ++--
.github/workflows/coverage.yml | 4 ++--
.github/workflows/mac-tests.yaml | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
More information about the gnucash-changes
mailing list