Skip to content

Commit 3629485

Browse files
authored
Merge pull request #9 from phpcq/dependabot/github_actions/actions/upload-artifact-7
github-actions(deps): bump actions/upload-artifact from 4 to 7
2 parents b71ee43 + c3f5404 commit 3629485

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
@@ -79,7 +79,7 @@ jobs:
7979
run: ./vendor/bin/phpcq run -v ${{ matrix.output }}
8080

8181
- name: Upload build directory to artifact
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@v7
8383
if: ${{ success() || failure() }}
8484
with:
8585
name: phpcq-builds-php-${{ matrix.php }}

0 commit comments

Comments
 (0)