Skip to content

Commit df77006

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] <[email protected]>
1 parent f22bb15 commit df77006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ jobs:
356356
- name: Pack
357357
run: yarn build:tarball
358358
- name: Archive artifacts
359-
uses: actions/[email protected].2
359+
uses: actions/[email protected].3
360360
with:
361361
name: ${{ github.sha }}
362362
path: |
@@ -951,7 +951,7 @@ jobs:
951951
GITHUB_TOKEN: ${{ github.token }}
952952

953953
- name: Upload results
954-
uses: actions/[email protected].2
954+
uses: actions/[email protected].3
955955
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
956956
with:
957957
name: ${{ steps.process.outputs.artifactName }}

0 commit comments

Comments
 (0)