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 9e0daa0 commit fec9a00Copy full SHA for fec9a00
.github/workflows/release.yml
@@ -87,7 +87,7 @@ jobs:
87
tar -czvf {{binary-name}}-${{ matrix.target }}.tar.gz {{binary-name}}
88
mv {{binary-name}}-${{ matrix.target }}.tar.gz ../../../
89
- name: Upload artifact
90
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v7
91
with:
92
name: {{binary-name}}-${{ matrix.target }}
93
path: {{binary-name}}-${{ matrix.target }}.tar.gz
@@ -106,7 +106,7 @@ jobs:
106
VERSION=$(grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)".*/\1/')
107
echo "version=$VERSION" >> $GITHUB_OUTPUT
108
- name: Download all artifacts
109
- uses: actions/download-artifact@v4
+ uses: actions/download-artifact@v8
110
111
path: artifacts
112
- name: Extract changelog for version
0 commit comments