Skip to content

Commit 98e355f

Browse files
Update actions/download-artifact action to v5
1 parent 9afad1c commit 98e355f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,11 @@ jobs:
9090
CARGO_REGISTRY_TOKEN: ${{ secrets.PUBLISH_SECRET }}
9191
# After publishing, create a release
9292
- name: Download ubuntu artifacts
93-
uses: actions/download-artifact@v4
93+
uses: actions/download-artifact@v5
9494
with:
9595
name: stableartifacts-ubuntu-24.04
9696
- name: Download macos artifacts
97-
uses: actions/download-artifact@v4
97+
uses: actions/download-artifact@v5
9898
with:
9999
name: stableartifacts-macos-latest
100100
- name: Generate release.txt
@@ -129,11 +129,11 @@ jobs:
129129
run: cargo publish --dry-run
130130
# Test downloading the artifacts
131131
- name: Download ubuntu artifacts
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v5
133133
with:
134134
name: stableartifacts-ubuntu-24.04
135135
- name: Download macos artifacts
136-
uses: actions/download-artifact@v4
136+
uses: actions/download-artifact@v5
137137
with:
138138
name: stableartifacts-macos-latest
139139
# Test generating release.txt

0 commit comments

Comments
 (0)