Skip to content

Commit fec9a00

Browse files
chore(deps): update github artifact actions
1 parent 9e0daa0 commit fec9a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ jobs:
8787
tar -czvf {{binary-name}}-${{ matrix.target }}.tar.gz {{binary-name}}
8888
mv {{binary-name}}-${{ matrix.target }}.tar.gz ../../../
8989
- name: Upload artifact
90-
uses: actions/upload-artifact@v4
90+
uses: actions/upload-artifact@v7
9191
with:
9292
name: {{binary-name}}-${{ matrix.target }}
9393
path: {{binary-name}}-${{ matrix.target }}.tar.gz
@@ -106,7 +106,7 @@ jobs:
106106
VERSION=$(grep '^version' Cargo.toml | head -1 | sed 's/.*"\(.*\)".*/\1/')
107107
echo "version=$VERSION" >> $GITHUB_OUTPUT
108108
- name: Download all artifacts
109-
uses: actions/download-artifact@v4
109+
uses: actions/download-artifact@v8
110110
with:
111111
path: artifacts
112112
- name: Extract changelog for version

0 commit comments

Comments
 (0)