File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149
149
- name : zip output
150
150
run : zip -r cdk.py${{ matrix.python-version }}.out.zip cdk.out
151
151
- name : Archive CDK artifacts
152
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
152
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
153
153
with :
154
154
name : cdk-layer-artifact-py${{ matrix.python-version }}
155
155
path : layer_v3/cdk.py${{ matrix.python-version }}.out.zip
Original file line number Diff line number Diff line change @@ -204,7 +204,7 @@ jobs:
204
204
cat cdk-layer-stack/${{steps.constants.outputs.LAYER_VERSION}}
205
205
- name : Save Layer ARN artifact
206
206
if : ${{ inputs.stage == 'PROD' }}
207
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
207
+ uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
208
208
with :
209
209
name : cdk-layer-stack-${{ matrix.region }}-${{ matrix.python-version }}
210
210
path : ./layer_v3/cdk-layer-stack/* # NOTE: upload-artifact does not inherit working-directory setting.
You can’t perform that action at this time.
0 commit comments