mirror of
https://github.com/srlabs/blue-merle.git
synced 2025-02-12 21:41:39 -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: |
|
run: |
|
||||||
mkdir package-output
|
mkdir package-output
|
||||||
rsync -av sdk/"${SDK_FILENAME%.tar.xz}"/bin/packages/mips_24kc/base/"${{ env.owrt-package }}"*.ipk 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:
|
with:
|
||||||
name: ${{ steps.generate-name.outputs.artifact-name }}
|
name: ${{ steps.generate-name.outputs.artifact-name }}
|
||||||
path: package-output/
|
path: package-output/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user