Skip to content

Commit

Permalink
Update upload artifact to version 4
Browse files Browse the repository at this point in the history
  • Loading branch information
ckunki committed Jul 15, 2024
1 parent 760b7df commit 4b6e779
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions exasol/toolbox/templates/github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: poetry run nox -s lint

- name: Upload Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: .lint.txt
path: .lint.txt
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
run: poetry run nox -s coverage -- -- --db-version ${{ matrix.exasol-version }}

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

0 comments on commit 4b6e779

Please sign in to comment.