Skip to content

Commit f7b49d7

Browse files
ci(deps): Bump actions/upload-artifact from 3.1.2 to 3.1.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 3.1.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.2...v3.1.3) --- 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 1b42db7 commit f7b49d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ jobs:
387387
run: yarn pkg-size
388388
- id: archive
389389
name: Archive production artifacts
390-
uses: actions/upload-artifact@v3.1.2
390+
uses: actions/upload-artifact@v3.1.3
391391
with:
392392
name: ${{ env.TARFILE }}
393393
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)