mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-02-08 03:15:35 -05:00
Merge pull request #54 from yannis-srl/fix-gh-actions-deprecation-notice
Fix: GH actions artifact actions deprecation warning
This commit is contained in:
commit
39cda00dbf
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -57,7 +57,7 @@ jobs:
|
||||
run: |
|
||||
mkdir package-output
|
||||
rsync -av sdk/"${SDK_FILENAME%.tar.xz}"/bin/packages/mips_24kc/base/"${{ env.owrt-package }}"*.ipk package-output/
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: ${{ steps.generate-name.outputs.artifact-name }}
|
||||
path: package-output/
|
||||
|
Loading…
x
Reference in New Issue
Block a user