Skip to content

Commit 1f11d0b

Browse files
committed
Update to non-deprecated actions/upload-artifact
1 parent 47b717c commit 1f11d0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
run: 7z a build\testresults.zip @src\testresultfilelist.txt
7878

7979
- name: Save build
80-
uses: actions/upload-artifact@v3
80+
uses: actions/upload-artifact@v4
8181
with:
8282
name: artifacts
8383
path: build/artifacts/
@@ -100,7 +100,7 @@ jobs:
100100
# Do NOT publish logs on `master` branch as they may contain secrets in them.
101101
- name: Save logs
102102
if: github.ref != 'refs/heads/master' && always()
103-
uses: actions/upload-artifact@v3
103+
uses: actions/upload-artifact@v4
104104
with:
105105
name: logs_${{ github.run_id }}
106106
path: build/logs/

0 commit comments

Comments
 (0)