Skip to content

Commit

Permalink
Update to actions/upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
uazo committed Sep 18, 2024
1 parent a869375 commit 84dd81e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
# Since each package name is unique, so we don't need to put ${{matrix}} info into artifact name
- name: Publish Artifact
if: github.event_name != 'pull_request'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: runner-packages
path: |
Expand Down

0 comments on commit 84dd81e

Please sign in to comment.