Skip to content

Commit cd95440

Browse files
committed
Update download-artifact to 5.0.0
1 parent 16b751a commit cd95440

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: ./.github/actions/python-environment
2323

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

exasol/toolbox/templates/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/[email protected]
2323

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

0 commit comments

Comments
 (0)