Skip to content
This repository was archived by the owner on Nov 20, 2023. It is now read-only.

Commit

Permalink
ci: Update actions/upload-artifact to v3.1.1 (#408)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattgauntseo-sentry authored Nov 2, 2022
1 parent bb9711e commit 7dbab07
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 @@ -22,7 +22,7 @@ jobs:
- run: yarn install
- run: yarn pack
- name: Upload Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3.1.1
with:
name: ${{ github.sha }}
path: |
Expand Down

0 comments on commit 7dbab07

Please sign in to comment.