Skip to content

Commit 120cb8a

Browse files
Update actions/upload-artifact action to v6 (#48)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4ad87e0 commit 120cb8a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- name: Build binary (for testing)
4242
run: go build -v -trimpath -ldflags="-s -w -buildid=" -o staticassetlint .
4343
- name: Upload binary (for testing)
44-
uses: actions/upload-artifact@v5
44+
uses: actions/upload-artifact@v6
4545
with:
4646
name: staticassetlint
4747
path: staticassetlint

0 commit comments

Comments
 (0)