Skip to content

Commit b13059b

Browse files
authoredSep 7, 2023
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 d4e4c0a commit b13059b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@ jobs:
404404
run: yarn pkg-size
405405
- id: archive
406406
name: Archive production artifacts
407-
uses: actions/upload-artifact@v3.1.2
407+
uses: actions/upload-artifact@v3.1.3
408408
with:
409409
name: ${{ env.TARFILE }}
410410
path: ${{ env.TARFILE }}

0 commit comments

Comments
 (0)