Skip to content

Commit

Permalink
Merge branch 'main' into bug/fix-path-filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoretti authored May 6, 2024
2 parents a442ceb + bc1642e commit 34d6e4d
Show file tree
Hide file tree
Showing 3 changed files with 234 additions and 241 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: poetry run nox -s report -- -- --format json | tee metrics.json

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: metrics.json
path: metrics.json
Expand Down
2 changes: 1 addition & 1 deletion exasol/toolbox/templates/github/workflows/report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: poetry run nox -s report -- -- --format json | tee metrics.json

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: metrics.json
path: metrics.json
Expand Down
Loading

0 comments on commit 34d6e4d

Please sign in to comment.