Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #78 from gotd/dependabot/github_actions/actions/up…
Browse files Browse the repository at this point in the history
…load-artifact-3

chore(deps): bump actions/upload-artifact from 2 to 3
  • Loading branch information
ernado authored May 2, 2022
2 parents 8985352 + 1ed3d84 commit b8f2af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload assets
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: cli
path: dist/*

0 comments on commit b8f2af7

Please sign in to comment.