Skip to content

Commit 393619b

Browse files
committed
Update actions/download-artifact to v6
1 parent b18306b commit 393619b

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
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@v5.0.0
25+
uses: actions/download-artifact@v6
2626
with:
2727
path: ./artifacts
2828

doc/changes/unreleased.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@
66

77
## Refactoring
88

9-
* #578: Updated actions/checkout to [v5](https://github.com/actions/checkout/releases/tag/v5.0.0), which uses node 24
9+
* #578: Updated GitHub actions which now use node 24:
10+
* actions/checkout to [v5](https://github.com/actions/checkout/releases/tag/v5.0.0)
11+
* actions/download-artifact to [v6](https://github.com/actions/download-artifact/releases/tag/v6.0.0)
1012

1113
## Security
1214

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/python-environment@v1
2323

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

0 commit comments

Comments
 (0)