Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit c85bb4f

Browse files
chore: update actions/upload-artifact action to v7.0.1 (#302)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 02e63a1 commit c85bb4f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
GOARCH: amd64
2828
run: go build -tags netgo -o build/exporter main.go
2929
- name: store binary
30-
uses: actions/upload-artifact@v7.0.0
30+
uses: actions/upload-artifact@v7.0.1
3131
with:
3232
name: exporter
3333
path: build/exporter

0 commit comments

Comments
 (0)