Skip to content

Commit

Permalink
Merge pull request #385 from Metaswitch/dependabot/github_actions/art…
Browse files Browse the repository at this point in the history
…ifact-8204c6933e
  • Loading branch information
dependabot[bot] committed Mar 6, 2024
2 parents babfe2f + a538f7e commit 90bcbbc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
env:
OS_NAME: ${{ matrix.os }}
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: ${{ matrix.rust == 'stable' }}
with:
name: stableartifacts-${{ matrix.os }}
Expand All @@ -84,11 +84,11 @@ jobs:
CARGO_REGISTRY_TOKEN: ${{ secrets.PUBLISH_SECRET }}
# After publishing, create a release
- name: Download ubuntu artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: stableartifacts-ubuntu-20.04
- name: Download macos artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: stableartifacts-macos-latest
- run: pip3 install -U tomlq
Expand Down Expand Up @@ -123,10 +123,10 @@ jobs:
run: cargo publish --dry-run
# Test downloading the artifacts
- name: Download ubuntu artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: stableartifacts-ubuntu-20.04
- name: Download macos artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: stableartifacts-macos-latest

0 comments on commit 90bcbbc

Please sign in to comment.