Skip to content

Commit

Permalink
Merge pull request #3329 from Unidata/dependabot-github_actions-dot-g…
Browse files Browse the repository at this point in the history
…ithub-actions-run-tests-actions-upload-artifact-4

CI: (deps): Bump actions/upload-artifact from 3 to 4 in /.github/actions/run-tests
  • Loading branch information
dopplershift authored Dec 15, 2023
2 parents 521dea1 + b33a07f commit a975fd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,14 @@ runs:

- name: Upload test images
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.key }}-images
path: test_output/

- name: Upload coverage artifact
if: ${{ inputs.upload-coverage == 'true' }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ inputs.key }}
path: coverage.xml
Expand Down

0 comments on commit a975fd8

Please sign in to comment.