Skip to content

Commit

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

ci(deps): update actions/upload-artifact action to v4
  • Loading branch information
MatteoMagnini authored Nov 14, 2024
2 parents 8c83129 + 85f1dd7 commit 8939347
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@v3
uses: actions/upload-artifact@v4
with:
name: dist
path: './dist'
Expand Down

0 comments on commit 8939347

Please sign in to comment.