Skip to content

Commit ac88c62

Browse files
--- (#925)
updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1e5183d commit ac88c62

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)