Skip to content

Commit

Permalink
chore(deps): Bump actions/upload-artifact from 2 to 3 (#2542)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 11, 2022
1 parent 6553f62 commit f3fe454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-preview-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
tar --zstd -cf artifact.tar.zst pr.env ${{ env.BUILD_DIR }}
- name: 'Upload artifact for workflow transfer'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: preview-build
path: artifact.tar.zst
Expand Down

0 comments on commit f3fe454

Please sign in to comment.