Skip to content

Commit

Permalink
Merge pull request #11 from tlambert03/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/download-artifact-3

ci(dependabot): bump actions/download-artifact from 2 to 3
  • Loading branch information
tlambert03 committed May 5, 2023
2 parents b8d7500 + 61dee89 commit 90496db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -77,7 +77,7 @@ jobs:
runs-on: ubuntu-latest
if: "success() && startsWith(github.ref, 'refs/tags/')"
steps:
- uses: actions/download-artifact@v2
- uses: actions/download-artifact@v3
with:
name: artifact
path: dist
Expand Down

0 comments on commit 90496db

Please sign in to comment.