Skip to content

Commit 119837c

Browse files
Bump actions/upload-artifact from 3 to 4 (#823)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- 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 6f7a13c commit 119837c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
--action lambda:GetLayerVersion
104104
- name: upload layer arn artifact
105105
if: ${{ success() }}
106-
uses: actions/upload-artifact@v3
106+
uses: actions/upload-artifact@v4
107107
with:
108108
name: ${{ env.LAYER_NAME }}
109109
path: ${{ env.LAYER_NAME }}/${{ matrix.aws_region }}
@@ -170,7 +170,7 @@ jobs:
170170
terraform fmt layer.tf
171171
cat layer.tf
172172
- name: upload layer tf file
173-
uses: actions/upload-artifact@v3
173+
uses: actions/upload-artifact@v4
174174
with:
175175
name: layer_${{ matrix.architecture }}.tf
176176
path: layer.tf

0 commit comments

Comments
 (0)