Skip to content

Commit

Permalink
Upgrade GitHub Actions workflow to use Upload Artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveDesmond-ca committed Nov 8, 2024
1 parent 26b1e2e commit 0dc2c5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: php -dphar.readonly=0 build.php

- name: Upload build
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: libyear.phar
path: dist/libyear.phar

0 comments on commit 0dc2c5b

Please sign in to comment.