Skip to content

Commit

Permalink
Merge pull request #3 from PrefectHQ/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/download-artifact-3

Bump actions/download-artifact from 2 to 3
  • Loading branch information
zzstoatzz authored Jun 1, 2022
2 parents f823a01 + c963060 commit 831c4be
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 @@ -40,7 +40,7 @@ jobs:

steps:
- name: Download build artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: built-package
path: "./dist"
Expand Down

0 comments on commit 831c4be

Please sign in to comment.