Bump actions/upload-artifact from 4 to 5 (#55)

This commit is contained in:
dependabot[bot] 2025-11-25 10:32:13 +01:00 committed by GitHub
parent 2711a463a2
commit ddf6e96660
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -160,7 +160,7 @@ jobs:
echo "Upload successful!"
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v5
with:
# Artifact name
name: ${{ matrix.os }}_${{ matrix.cc }}_${{ env.ZIP_FILENAME }}