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

Commit 28bad36

Browse files
authored
Merge pull request #9 from itmettkeDE/renovate/actions-upload-artifact-3.x
Update actions/upload-artifact action to v3
2 parents 789ce8d + 655ca30 commit 28bad36

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)