File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
exasol/toolbox/templates/github/workflows Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments