Skip to content

Commit 627b1a8

Browse files
Update GitHub Artifact Actions from v5 to v7 (major v7)
1 parent 8e39a0c commit 627b1a8

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@v7
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@v7
8686
with:
8787
merge-multiple: true
8888
path: artifacts

0 commit comments

Comments
 (0)