Skip to content

Commit b099fe8

Browse files
chore(deps): update actions/upload-artifact action to v7 (#83)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 7ae5682 commit b099fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
RELEASE_BUILD_LINKER_FLAGS: "-s -w"
3939
run: make compile-lambda-linux-all
4040

41-
- uses: actions/upload-artifact@v6
41+
- uses: actions/upload-artifact@v7
4242
with:
4343
name: aws-lambda-rie
4444
path: bin/*

0 commit comments

Comments
 (0)