Skip to content

Commit 6530f04

Browse files
committed
corrected download-artifact version in pipeline
1 parent 1c2ed35 commit 6530f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/reusable-s3-codedeploy-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# create directory to download artifacts
4444
- run: mkdir download
4545
- name: Fetch CodeDeploy artifacts
46-
uses: actions/download-artifact@v3
46+
uses: actions/download-artifact@v4
4747
with:
4848
name: ${{ inputs.pipeline-artifact-name }}
4949
path: download

0 commit comments

Comments
 (0)