Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Commit 8324133

Browse files
Merge pull request #227 from package-wizard/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents bee7716 + cda374b commit 8324133

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: php ./paw app:build paw --build-version=${{ steps.tag.outputs.tag }} --ansi
5151

5252
- name: Upload artifact
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
with:
5555
name: paw
5656
path: builds/paw

.github/workflows/publish-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
coverage: none
3838

3939
- name: Upload the PHAR artifact
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
with:
4242
name: paw.phar
4343
path: builds/paw

0 commit comments

Comments
 (0)