Skip to content

Commit

Permalink
Merge pull request #473 from maglnet/renovate/actions-upload-artifact…
Browse files Browse the repository at this point in the history
…-4.x

Update actions/upload-artifact action to v4
  • Loading branch information
Ocramius authored Feb 14, 2024
2 parents 26640ee + b06d0fe commit a659022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phar-creation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: "vendor/bin/phing phar-build phar-sign"

- name: "Upload phar file artifact"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: composer-require-checker.phar
path: |
Expand Down

0 comments on commit a659022

Please sign in to comment.