Skip to content

Commit

Permalink
chore(deps): Bump actions/upload-artifact from 3.1.0 to 3.1.1
Browse files Browse the repository at this point in the history
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](actions/upload-artifact@3cea537...83fd05a)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2022
1 parent 338decf commit 43cc393
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/audit_and_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
continue-on-error: true

- name: Archive e2e artifacts (low res)
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # pin@v2
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # pin@v2
if: always()
with:
name: e2e-artifacts-low-res
Expand All @@ -156,7 +156,7 @@ jobs:
continue-on-error: true

- name: Archive e2e artifacts (high res)
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # pin@v2
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # pin@v2
if: always()
with:
name: e2e-artifacts-high-res
Expand Down

0 comments on commit 43cc393

Please sign in to comment.