Bump version of deprecated upload-artifact step

https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
This commit is contained in:
Erik Ekman
2025-02-01 15:49:26 +01:00
parent 5535f50e20
commit ce530dbace
2 changed files with 3 additions and 3 deletions

View File

@@ -56,8 +56,8 @@ jobs:
mv bin/btop bin/btop-"$COMPILER"-"$GIT_HASH"
ls -alh bin
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: btop-x86_64-freebsd-14
name: btop-x86_64-freebsd-14-${{ matrix.compiler }}
path: 'bin/*'
if-no-files-found: error

View File

@@ -57,7 +57,7 @@ jobs:
mv bin/btop bin/btop-GCC10-"$GIT_HASH"
ls -alh bin
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: btop-x86_64-netbsd-9.3
path: 'bin/*'