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

Commit 7dbab07

Browse files
ci: Update actions/upload-artifact to v3.1.1 (#408)
Committed via https://github.com/asottile/all-repos
1 parent bb9711e commit 7dbab07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: yarn install
2323
- run: yarn pack
2424
- name: Upload Artifacts
25-
uses: actions/upload-artifact@v2
25+
uses: actions/upload-artifact@v3.1.1
2626
with:
2727
name: ${{ github.sha }}
2828
path: |

0 commit comments

Comments
 (0)