Skip to content
This repository was archived by the owner on Mar 27, 2022. It is now read-only.

Commit 655ca30

Browse files
committed
Update actions/upload-artifact action to v3
1 parent 789ce8d commit 655ca30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
args: --target x86_64-unknown-linux-musl --release
2525
- run: cp target/x86_64-unknown-linux-musl/release/lambda-aws-sso-google-sync bootstrap
2626
- run: strip bootstrap
27-
- uses: actions/upload-artifact@v2
27+
- uses: actions/upload-artifact@v3
2828
with:
2929
name: lambda-aws-sso-google-sync
3030
path: bootstrap

0 commit comments

Comments
 (0)