Skip to content

Commit ae2bb91

Browse files
authored
Merge pull request #4031 from Unidata/dependabot-github_actions-dot-github-actions-run-tests-actions-upload-artifact-7.0.1
CI: (deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1 in /.github/actions/run-tests
2 parents e22980a + f005f9b commit ae2bb91

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/run-tests/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ runs:
4444

4545
- name: Upload test images
4646
if: failure()
47-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
47+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
4848
with:
4949
name: ${{ inputs.key }}-images
5050
path: test_output/
5151

5252
- name: Upload coverage artifact
5353
if: ${{ inputs.upload-coverage == 'true' }}
54-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
54+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
5555
with:
5656
name: ${{ inputs.key }}
5757
path: coverage.xml

0 commit comments

Comments
 (0)