Skip to content

Commit 3a58b39

Browse files
Merge pull request #489 from BitGo/dependabot/github_actions/actions/upload-pages-artifact-2
chore(deps): bump actions/upload-pages-artifact from 1 to 2
2 parents 2f5df4a + 7a22868 commit 3a58b39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-github-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
working-directory: website
3838

3939
- name: Upload static files
40-
uses: actions/upload-pages-artifact@v1
40+
uses: actions/upload-pages-artifact@v2
4141
with:
4242
path: website/build
4343

0 commit comments

Comments
 (0)