Skip to content

Commit e3dd8ef

Browse files
authored
Merge pull request #506 from Metaswitch/renovate/major-github-artifact-actions
Update actions/download-artifact action to v5
2 parents 584f5f5 + 48a935f commit e3dd8ef

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.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)