Skip to content

Commit

Permalink
attempt to upgrade github actions and keep coverage working (#950)
Browse files Browse the repository at this point in the history
* attempt to upgrade github actions and keep coverage working

* screw it, will attempt to only upload once, so just enforce it

---------

Co-authored-by: burnettk <burnettk@users.noreply.github.com>
  • Loading branch information
burnettk and burnettk committed Feb 2, 2024
1 parent 15cec29 commit 6a39e2a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
os: "ubuntu-latest",
session: "tests",
database: "mysql",
upload_coverage: true,
}
- {
python: "3.12",
Expand Down Expand Up @@ -186,7 +185,7 @@ jobs:
- name: Upload coverage data
# pin to upload coverage from only one matrix entry, otherwise coverage gets confused later
if: matrix.upload_coverage
uses: "actions/upload-artifact@v3"
uses: "actions/upload-artifact@v4.3.0"
# this action doesn't seem to respect working-directory so include working-directory value in path
with:
name: coverage-data
Expand Down Expand Up @@ -275,7 +274,7 @@ jobs:
poetry --version
- name: Download coverage data
uses: actions/download-artifact@v3.0.2
uses: actions/download-artifact@v4.1.1
with:
name: coverage-data
# this action doesn't seem to respect working-directory so include working-directory value in path
Expand Down

0 comments on commit 6a39e2a

Please sign in to comment.