Skip to content

Commit

Permalink
Merge pull request #33 from ipfs-shipyard/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/download-artifact-4

Bump actions/download-artifact from 3 to 4
  • Loading branch information
hsanjuan authored Mar 26, 2024
2 parents 550b26f + aa04f0c commit 7ead9c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
echo PLUGIN_ARTIFACT=nopfs-kubo-plugin_${RELEASE}_${GOHOSTOS}_amd64.tar.gz >> "$GITHUB_ENV"
- name: Download artifact
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: ${{ env.PLUGIN_ARTIFACT }}
- name: Download unpack Kubo
Expand All @@ -101,7 +101,7 @@ jobs:
steps:
- name: Download artifacts
id: download
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
- name: Extract release name from tag
run: |
RELEASE=$(basename ${{ github.ref_name }})
Expand Down

0 comments on commit 7ead9c2

Please sign in to comment.