Skip to content

Commit 35390f5

Browse files
committed
Fix artifact actions to use v4 instead of deprecated @master
1 parent 5040263 commit 35390f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/backend.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
working-directory: backend
3737
run: npm run build
3838
- name: Store artifacts
39-
uses: actions/upload-artifact@master
39+
uses: actions/upload-artifact@v4
4040
with:
4141
name: sam-build
4242
path: backend/.aws-sam
@@ -56,7 +56,7 @@ jobs:
5656
- name: Setup AWS SAM
5757
uses: aws-actions/setup-sam@v2
5858
- name: Load artifacts
59-
uses: actions/download-artifact@master
59+
uses: actions/download-artifact@v4
6060
with:
6161
name: sam-build
6262
path: backend/.aws-sam

0 commit comments

Comments
 (0)