Merge pull request #1525 from crazy-max/dependabot/github_actions/actions/upload-artifact-5

chore(deps): bump actions/upload-artifact from 4 to 5
This commit is contained in:
CrazyMax
2025-11-08 23:31:22 +01:00
committed by GitHub

View File

@@ -180,7 +180,7 @@ jobs:
tree -nh ${{ env.DESTDIR }} tree -nh ${{ env.DESTDIR }}
- -
name: Upload artifact name: Upload artifact
uses: actions/upload-artifact@v4 uses: actions/upload-artifact@v5
with: with:
name: diun-${{ env.PLATFORM_PAIR }} name: diun-${{ env.PLATFORM_PAIR }}
path: ${{ env.DESTDIR }} path: ${{ env.DESTDIR }}