Browse Source

Bump artifact action to v4 due to pending retirement

pull/1226/head
Ross McFarland 1 year ago
parent
commit
b2e7f2cf4c
No known key found for this signature in database GPG Key ID: 943B179E15D3B22A
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/main.yml

+ 1
- 1
.github/workflows/main.yml View File

@ -43,7 +43,7 @@ jobs:
- name: Store Code Coverage Data
# if the previous step(s) failed try anyways
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: code-coverage-${{ matrix.python-version }}
path: |


Loading…
Cancel
Save