Skip to content

Commit 8ff2e34

Browse files
authored
Merge pull request #698 from ergebnis/dependabot/github_actions/actions/download-artifact-5.0.0
github-actions(deps): Bump actions/download-artifact from 4.3.0 to 5.0.0
2 parents 70c6905 + d38b205 commit 8ff2e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integrate.yaml

Lines changed: 1 addition & 1 deletion
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.3.0"
796+
uses: "actions/download-artifact@v5.0.0"
797797
with:
798798
name: "phpunit-slow-test-detector-phar"
799799
path: "${{ env.PHPUNIT_SLOW_TEST_DETECTOR_PHAR }}"

0 commit comments

Comments
 (0)