git » gofer » commit 399f0c2

github: Use actions/upload-artifact@v4

author Alberto Bertogli
2025-02-02 20:27:54 UTC
committer Alberto Bertogli
2025-02-02 20:27:54 UTC
parent 7ebb4d185136329830c1949e6b3f4f0a9124789b

github: Use actions/upload-artifact@v4

The actions/upload-artifact@v3 is deprecated and no longer functional,
so this commit updates the dependency to v4.

.github/workflows/tests.yaml +1 -1

diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml
index 55f4f97..209a7f2 100644
--- a/.github/workflows/tests.yaml
+++ b/.github/workflows/tests.yaml
@@ -45,7 +45,7 @@ jobs:
       - name: tar artifacts
         if: failure()
         run: tar -cvf test-dir.tar test/
-      - uses: actions/upload-artifact@v3
+      - uses: actions/upload-artifact@v4
         if: failure()
         with:
           name: test-artifacts