Browse Source
Merge pull request #1226 from octodns/artifact-v4
Bump artifact action to v4 due to pending retirement
pull/1230/head
Ross McFarland
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
.github/workflows/main.yml
|
|
|
@ -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: | |
|
|
|
|