Skip to content

Commit 60b4c26

Browse files
authored
Merge pull request #268 from guanguans/dependabot/github_actions/actions/upload-artifact-5
chore(deps): bump actions/upload-artifact from 4 to 5
2 parents ebffe25 + 0f273c9 commit 60b4c26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish-phar.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: ./ai-commit app:build ai-commit.phar --build-version=${{ steps.tag.outputs.tag }} -v
3939

4040
- name: Upload the PHAR artifact
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: ai-commit.phar
4444
path: builds/ai-commit.phar

0 commit comments

Comments
 (0)