Skip to content

Commit f7719c6

Browse files
chore(deps): update github artifact actions (#55)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 195cfe9 commit f7719c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ jobs:
275275
done
276276
277277
- name: Upload artifacts
278-
uses: actions/upload-artifact@v4
278+
uses: actions/upload-artifact@v5
279279
with:
280280
name: fabrik-${{ matrix.target }}
281281
path: dist/*
@@ -338,7 +338,7 @@ jobs:
338338
tool: git-cliff
339339

340340
- name: Download all artifacts
341-
uses: actions/download-artifact@v4
341+
uses: actions/download-artifact@v6
342342
with:
343343
path: artifacts
344344
pattern: fabrik-*

0 commit comments

Comments
 (0)