Skip to content

Commit

Permalink
Merge pull request #92 from palewire/dependabot/github_actions/dot-gi…
Browse files Browse the repository at this point in the history
…thub/workflows/actions/download-artifact-4

Bump actions/download-artifact from 3 to 4 in /.github/workflows
  • Loading branch information
palewire committed Jan 1, 2024
2 parents f4cf26c + e9eb834 commit 873dae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ jobs:
steps:
- id: fetch
name: Fetch artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: build-${{ github.run_number }}
path: ./dist
Expand Down

0 comments on commit 873dae0

Please sign in to comment.