We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fa7e2c commit 34f366cCopy full SHA for 34f366c
.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@v5
85
- - uses: actions/download-artifact@v5
+ - uses: actions/download-artifact@v6
86
87
merge-multiple: true
88
path: artifacts
0 commit comments