mirror of
https://github.com/voided/CollisionHook.git
synced 2025-12-06 18:28:22 +00:00
Merge pull request #24 from voided/renovate/major-github-artifact-actions
Update actions/upload-artifact action to v5
This commit is contained in:
commit
5856fb4fb3
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -137,7 +137,7 @@ jobs:
|
||||
|
||||
echo "ARTIFACT_NAME=${{ env.PROJECT }}-${FILENAME}-${PLATFORM,}" >> $GITHUB_ENV
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
- uses: actions/upload-artifact@v5
|
||||
name: Upload artifacts
|
||||
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user