Skip to content

Commit

Permalink
Update to non-deprecated actions/upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
robmen committed Dec 26, 2024
1 parent 47b717c commit 1f11d0b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
run: 7z a build\testresults.zip @src\testresultfilelist.txt

- name: Save build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: build/artifacts/
Expand All @@ -100,7 +100,7 @@ jobs:
# Do NOT publish logs on `master` branch as they may contain secrets in them.
- name: Save logs
if: github.ref != 'refs/heads/master' && always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: logs_${{ github.run_id }}
path: build/logs/
Expand Down

0 comments on commit 1f11d0b

Please sign in to comment.