Skip to content

Commit 1ed23d5

Browse files
Merge pull request #13 from F3Nation-Community/dependabot/github_actions/actions/download-artifact-8
Bump actions/download-artifact from 4 to 8
2 parents ba4b519 + 8b267d3 commit 1ed23d5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy-aws.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
aws-region: ${{ vars.AWS_REGION }}
6868

6969
- name: Download artifact
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v8
7171
with:
7272
name: build-artifact
7373
path: './.aws-sam/build'
@@ -129,7 +129,7 @@ jobs:
129129
aws-region: ${{ vars.AWS_REGION }}
130130

131131
- name: Download artifact
132-
uses: actions/download-artifact@v4
132+
uses: actions/download-artifact@v8
133133
with:
134134
name: build-artifact
135135
path: './.aws-sam/build'

0 commit comments

Comments
 (0)