Skip to content
This repository was archived by the owner on Jan 16, 2025. It is now read-only.

Commit 4025894

Browse files
chore: Bump actions/upload-artifact from 2 to 3 (#1928)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6b683bf commit 4025894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build dist
2828
working-directory: ${{ matrix.lambda }}
2929
run: yarn install && yarn run test && yarn dist
30-
- uses: actions/upload-artifact@v2
30+
- uses: actions/upload-artifact@v3
3131
with:
3232
name: ${{ steps.lambda.outputs.name }}
3333
path: ${{ matrix.lambda }}/${{ steps.lambda.outputs.name }}.zip

0 commit comments

Comments
 (0)