Skip to content

Commit 2fa55a0

Browse files
build(deps): bump actions/upload-artifact from 3.1.0 to 3.1.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@3cea537...83fd05a) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent eeefeb5 commit 2fa55a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
files: dist/*
4747

4848
- name: Store build artifacts
49-
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8
49+
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb
5050
# NOTE: The GitHub release page contains the release artifacts too, but using
5151
# GitHub upload/download actions seems robuster: there is no need to compute
5252
# download URLs and tampering with artifacts between jobs is more limited.

0 commit comments

Comments
 (0)