Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,11 +90,11 @@ jobs:
CARGO_REGISTRY_TOKEN: ${{ secrets.PUBLISH_SECRET }}
# After publishing, create a release
- name: Download ubuntu artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: stableartifacts-ubuntu-24.04
- name: Download macos artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: stableartifacts-macos-latest
- name: Generate release.txt
Expand Down Expand Up @@ -129,11 +129,11 @@ jobs:
run: cargo publish --dry-run
# Test downloading the artifacts
- name: Download ubuntu artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: stableartifacts-ubuntu-24.04
- name: Download macos artifacts
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: stableartifacts-macos-latest
# Test generating release.txt
Expand Down
Loading