Update actions/upload-artifact action to v5

This commit is contained in:
renovate[bot] 2025-10-24 19:15:18 +00:00 committed by GitHub
parent 1ff665a040
commit cc722996f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -137,7 +137,7 @@ jobs:
echo "ARTIFACT_NAME=${{ env.PROJECT }}-${FILENAME}-${PLATFORM,}" >> $GITHUB_ENV echo "ARTIFACT_NAME=${{ env.PROJECT }}-${FILENAME}-${PLATFORM,}" >> $GITHUB_ENV
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
name: Upload artifacts name: Upload artifacts
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch') if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
with: with: