Skip to content

Commit 01623ad

Browse files
Update GitHub Artifact Actions from v5 to v6 (major v6)
1 parent 4c1c7ff commit 01623ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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@v6
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)