mirror of
https://github.com/aristocratos/btop.git
synced 2026-05-19 05:54:05 -04:00
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:
@@ -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
|
||||
|
||||
@@ -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/*'
|
||||
|
||||
Reference in New Issue
Block a user