Skip to content

Commit

Permalink
Merge pull request #27 from tuProlog/renovate/major-3-github-artifact…
Browse files Browse the repository at this point in the history
…-actions

ci(deps): update actions/upload-artifact action to v3
  • Loading branch information
MatteoMagnini authored Nov 14, 2024
2 parents 1f5cfaf + 27eb377 commit a4f00aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

- name: Archive Dist Artifacts
if: failure() || success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: dist
path: './dist'
Expand Down

0 comments on commit a4f00aa

Please sign in to comment.