Skip to content

Commit 030254a

Browse files
chore(deps): bump actions/upload-artifact from 2 to 3 (#1019)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8de2393 commit 030254a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish-website.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: "Upload generated artifact"
3838
if: github.event_name == 'pull_request'
39-
uses: actions/upload-artifact@v2
39+
uses: actions/upload-artifact@v3
4040
with:
4141
name: website
4242
path: "${{ github.workspace }}/public"

0 commit comments

Comments
 (0)