Skip to content

Commit d4436f9

Browse files
Merge pull request #13 from TheDragonCode/dependabot/github_actions/actions/upload-artifact-6
Bump actions/upload-artifact from 5 to 6
2 parents 7ef0c65 + 669556c commit d4436f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

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

4747
- name: Upload artifact
48-
uses: actions/upload-artifact@v5
48+
uses: actions/upload-artifact@v6
4949
with:
5050
name: iconify
5151
path: builds/iconify

.github/workflows/publish-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
sudo php ./iconify app:build iconify.phar --build-version=${{ steps.tag.outputs.tag }}
5757
5858
- name: Upload the PHAR artifact
59-
uses: actions/upload-artifact@v5
59+
uses: actions/upload-artifact@v6
6060
with:
6161
name: iconify.phar
6262
path: builds/iconify.phar

0 commit comments

Comments
 (0)