Skip to content

Commit a3b411e

Browse files
authored
Merge pull request #19 from hofff/dependabot/github_actions/actions/upload-artifact-6
github-actions(deps): bump actions/upload-artifact from 5 to 6
2 parents 56b2f4c + 6a79366 commit a3b411e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/diagnostics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
run: $GITHUB_WORKSPACE/vendor/bin/phpcq run -o github-action -o default ${{ matrix.phpcq_flags }} -v
6969

7070
- name: Upload build directory to artifact
71-
uses: actions/upload-artifact@v5
71+
uses: actions/upload-artifact@v6
7272
if: ${{ success() }} || ${{ failure() }}
7373
with:
7474
name: phpcq-builds-php-${{ matrix.php }}

0 commit comments

Comments
 (0)