Skip to content

Commit

Permalink
fix(code-coverage): Use upload-artifact v4
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusSkytte committed Jul 25, 2024
1 parent 2974315 commit 3cd88e8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
shell: Rscript {0}

- name: Upload Coverage Report Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-${{ matrix.config.id }}
path: coverage_results.rds
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
shell: Rscript {0}

- name: Upload Coverage Report Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-duckdb
path: coverage_results.rds
Expand Down Expand Up @@ -242,7 +242,7 @@ jobs:
shell: Rscript {0}

- name: Upload Coverage Report Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-postgres
path: coverage_results.rds
Expand Down Expand Up @@ -362,7 +362,7 @@ jobs:
shell: Rscript {0}

- name: Upload Coverage Report Artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-sql-server
path: coverage_results.rds
Expand Down

0 comments on commit 3cd88e8

Please sign in to comment.