author | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-02-02 20:27:54 UTC |
committer | Alberto Bertogli
<albertito@blitiri.com.ar> 2025-02-02 20:27:54 UTC |
parent | 7ebb4d185136329830c1949e6b3f4f0a9124789b |
.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