Skip to content

Commit 35fb4db

Browse files
authored
Merge pull request #270 from guanguans/dependabot/github_actions/actions/upload-artifact-6
chore(deps): bump actions/upload-artifact from 5 to 6
2 parents 4753011 + 34b0424 commit 35fb4db

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@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: ai-commit.phar
4444
path: builds/ai-commit.phar

0 commit comments

Comments
 (0)