Skip to content

Commit a6072c6

Browse files
authored
Merge pull request #273 from guanguans/dependabot/github_actions/actions/upload-artifact-7
chore(deps): bump actions/upload-artifact from 6 to 7
2 parents f18cf4c + c2f9062 commit a6072c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

0 commit comments

Comments
 (0)