Skip to content

Commit

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

Bump actions/upload-artifact from 3 to 4 in /.github/workflows
  • Loading branch information
palewire committed Jan 1, 2024
2 parents 873dae0 + dd09446 commit 14aff99
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 @@ -100,7 +100,7 @@ jobs:

- id: save
name: Save artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: build-${{ github.run_number }}
path: ./dist
Expand Down

0 comments on commit 14aff99

Please sign in to comment.