Skip to content

Commit bc1642e

Browse files
authored
Dependency update 2024-05-06 (#163)
* Relock dependencies * Bump github actions
1 parent 441ba27 commit bc1642e

File tree

3 files changed

+234
-241
lines changed

3 files changed

+234
-241
lines changed

.github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: poetry run nox -s report -- -- --format json | tee metrics.json
3939

4040
- name: Upload Artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: metrics.json
4444
path: metrics.json

exasol/toolbox/templates/github/workflows/report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
run: poetry run nox -s report -- -- --format json | tee metrics.json
3939

4040
- name: Upload Artifacts
41-
uses: actions/upload-artifact@v3
41+
uses: actions/upload-artifact@v4
4242
with:
4343
name: metrics.json
4444
path: metrics.json

0 commit comments

Comments
 (0)