Skip to content

Commit 01eca04

Browse files
chore(deps): update github artifact actions
1 parent d4c147f commit 01eca04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/edgenode-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ jobs:
255255
docker run --platform=linux/${{ matrix.arch }} --rm -v "$PWD":/build edgenode/iso:${{ steps.meta.outputs.version }} --config-dir=. build-iso -o /build -n edgenode-${{ matrix.arch }} --overlay-iso overlay dir:rootfs
256256
257257
- name: Export Artifact
258-
uses: actions/upload-artifact@v3
258+
uses: actions/upload-artifact@v7
259259
with:
260260
name: edgenode-${{ matrix.arch }}-iso
261261
path: |
@@ -272,7 +272,7 @@ jobs:
272272
- name: Checkout Repository
273273
uses: actions/checkout@v3
274274

275-
- uses: actions/download-artifact@v3
275+
- uses: actions/download-artifact@v8
276276
id: download
277277

278278
- uses: xresloader/upload-to-github-release@v1

0 commit comments

Comments
 (0)