Skip to content

Commit 4264cfc

Browse files
build(deps): bump actions/download-artifact from 4 to 5
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4 to 5. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4560a27 commit 4264cfc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
run: mkdir -p tests/output/junit
102102

103103
- name: Download test report
104-
uses: actions/download-artifact@v4
104+
uses: actions/download-artifact@v5
105105
with:
106106
name: xml-test-reports # Specify the artifact name from the 'run-tests' job
107107
path: tests/output/junit

0 commit comments

Comments
 (0)