Skip to content

Commit 94d52cb

Browse files
ci(deps): bump actions/upload-artifact from 3.1.1 to 3.1.2 (#6994)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c91e1fd commit 94d52cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ jobs:
379379
- name: Pack
380380
run: yarn build:tarball
381381
- name: Archive artifacts
382-
uses: actions/[email protected].1
382+
uses: actions/[email protected].2
383383
with:
384384
name: ${{ github.sha }}
385385
path: |
@@ -833,7 +833,7 @@ jobs:
833833
GITHUB_TOKEN: ${{ github.token }}
834834

835835
- name: Upload results
836-
uses: actions/upload-artifact@v3
836+
uses: actions/upload-artifact@v3.1.2
837837
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
838838
with:
839839
name: ${{ steps.process.outputs.artifactName }}

0 commit comments

Comments
 (0)