Skip to content

Commit 7719555

Browse files
Bump actions/download-artifact from 4.2.1 to 6.0.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 4.2.1 to 6.0.0. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4.2.1...v6.0.0) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0838511 commit 7719555

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0
2323

2424
- name: Download Artifacts
25-
uses: actions/download-artifact@v4.2.1
25+
uses: actions/download-artifact@v6.0.0
2626
with:
2727
path: ./artifacts
2828

0 commit comments

Comments
 (0)