Skip to content

Commit 2b3d617

Browse files
authored
Merge pull request #673 from ergebnis/dependabot/github_actions/actions/download-artifact-4.2.1
github-actions(deps): Bump actions/download-artifact from 4.1.9 to 4.2.1
2 parents 6b76c91 + b61cc83 commit 2b3d617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -793,7 +793,7 @@ jobs:
793793
run: "vendor/bin/phpunit --colors=always --configuration=test/EndToEnd/Version12/phpunit.xml"
794794

795795
- name: "Download Phar"
796-
uses: "actions/download-artifact@v4.1.9"
796+
uses: "actions/download-artifact@v4.2.1"
797797
with:
798798
name: "phpunit-slow-test-detector-phar"
799799
path: "${{ env.PHPUNIT_SLOW_TEST_DETECTOR_PHAR }}"

0 commit comments

Comments
 (0)