Skip to content

Commit 34f366c

Browse files
Update GitHub Artifact Actions from v5 to v6 (major v6)
1 parent 7fa7e2c commit 34f366c

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
@@ -68,7 +68,7 @@ jobs:
6868
# we don't allow neither secrets to be used during build process, nor additional permissions
6969
dry-run: true
7070
- name: Upload binary artifact
71-
uses: actions/upload-artifact@v4
71+
uses: actions/upload-artifact@v6
7272
with:
7373
name: ${{ matrix.target }}
7474
path: '*-${{ matrix.target }}*'
@@ -82,7 +82,7 @@ jobs:
8282
steps:
8383
- name: Checkout repo
8484
uses: actions/checkout@v5
85-
- uses: actions/download-artifact@v5
85+
- uses: actions/download-artifact@v6
8686
with:
8787
merge-multiple: true
8888
path: artifacts

0 commit comments

Comments
 (0)