Skip to content

Commit

Permalink
chore(deps): update actions/upload-artifact action to v3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 21, 2022
1 parent 3059854 commit f51716e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: yarn jest --maxWorkers=2 --ci --coverage ${{ env.coverage }} --logHeapUsage

- name: Upload coverage
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # tag=v3.1.0
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # tag=v3.1.1
if: always() && env.coverage == 'true'
with:
name: coverage
Expand Down

0 comments on commit f51716e

Please sign in to comment.