There was an error while loading. Please reload this page.
1 parent 6b0e792 commit 77deedaCopy full SHA for 77deeda
1 file changed
.github/workflows/release.yml
@@ -68,7 +68,7 @@ jobs:
68
# we don't allow neither secrets to be used during build process, nor additional permissions
69
dry-run: true
70
- name: Upload binary artifact
71
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
72
with:
73
name: ${{ matrix.target }}
74
path: '*-${{ matrix.target }}*'
@@ -82,7 +82,7 @@ jobs:
82
steps:
83
- name: Checkout repo
84
uses: actions/checkout@v6
85
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
86
87
merge-multiple: true
88
path: artifacts
0 commit comments