Skip to content

Commit

Permalink
Update actions/upload-artifact action to v4
Browse files Browse the repository at this point in the history
| datasource  | package                 | from | to |
| ----------- | ----------------------- | ---- | -- |
| github-tags | actions/upload-artifact | v3   | v4 |
  • Loading branch information
renovate[bot] authored Feb 14, 2024
1 parent 6d34190 commit a413242
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 a413242

Please sign in to comment.