Merge pull request #24 from voided/renovate/major-github-artifact-actions
Some checks failed
Extension builder / ${{ matrix.os }} - ${{ matrix.cc }} (clang, clang++, ubuntu-latest) (push) Has been cancelled
Extension builder / ${{ matrix.os }} - ${{ matrix.cc }} (msvc, windows-latest) (push) Has been cancelled

Update actions/upload-artifact action to v5
This commit is contained in:
Ryan Stecker 2025-10-24 14:22:34 -05:00 committed by GitHub
commit 5856fb4fb3
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
- uses: actions/upload-artifact@v4
- uses: actions/upload-artifact@v5
name: Upload artifacts
if: (github.event_name == 'push' || github.event_name == 'workflow_dispatch')
with: