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

Commit d8e83ba

Browse files
committed
Update actions/upload-artifact action to v3
1 parent 00268ed commit d8e83ba

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-export-loggroups-to-s3 bootstrap
2626
- run: strip bootstrap
27-
- uses: actions/upload-artifact@v2
27+
- uses: actions/upload-artifact@v3
2828
with:
2929
name: lambda-export-loggroups-to-s3
3030
path: bootstrap

0 commit comments

Comments
 (0)