Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Update actions/upload-artifact action to v3 #967

Merged
merged 1 commit into from
Oct 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci_auth_artifact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
rm -rf auth_function_packaging

- name: Auth function upload zip file artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fam-auth-function-zip
path: ./infrastructure/server/fam_auth_function.zip
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable_terraform_server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
rm -rf auth_function_packaging

- name: Auth function upload zip file artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fam-auth-function
path: ./infrastructure/server/fam_auth_function.zip
Expand All @@ -99,7 +99,7 @@ jobs:
cd ..

- name: Upload zip file artifact - FAM API
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: fam-ui-api
path: ./infrastructure/server/fam-ui-api.zip
Expand Down