Skip to content

Commit 7b2acbe

Browse files
authored
Merge pull request #46 from netzmacht/dependabot/github_actions/actions/upload-artifact-7
github-actions(deps): bump actions/upload-artifact from 6 to 7
2 parents 01890e5 + 4bf927f commit 7b2acbe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/diagnostics.yml

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

7272
- name: PHP ${{ matrix.php }} Upload build directory to artifact
73-
uses: actions/upload-artifact@v6
73+
uses: actions/upload-artifact@v7
7474
if: ${{ success() }} || ${{ failure() }}
7575
with:
7676
name: phpcq-builds-php-${{ matrix.php }}

0 commit comments

Comments
 (0)