mirror of
https://github.com/sartography/spiff-arena.git
synced 2025-03-01 01:20:45 +00:00
attempt to upgrade github actions and keep coverage working (#950)
* 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>
This commit is contained in:
parent
15cec29680
commit
6a39e2a31d
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@ -30,7 +30,6 @@ jobs:
|
||||
os: "ubuntu-latest",
|
||||
session: "tests",
|
||||
database: "mysql",
|
||||
upload_coverage: true,
|
||||
}
|
||||
- {
|
||||
python: "3.12",
|
||||
@ -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
|
||||
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user