Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4
  • Loading branch information
hsanjuan committed Mar 26, 2024
2 parents 5f6523f + 9f1313f commit 550b26f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -41,7 +41,7 @@ jobs:
mv nopfs-kubo-plugin/nopfs-kubo-plugin.tar.gz "$NAME"
echo "ARTIFACT_NAME=$NAME" >> "$GITHUB_ENV"
- name: Archive artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.ARTIFACT_NAME }}
path: nopfs-kubo-plugin_*.tar.gz
Expand Down

0 comments on commit 550b26f

Please sign in to comment.