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

Commit 920ca43

Browse files
chore: update GitHub Artifact Actions (major) (#269)
1 parent d6aec83 commit 920ca43

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
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@v4.6.2
30+
uses: actions/upload-artifact@v5.0.0
3131
with:
3232
name: exporter
3333
path: build/exporter
@@ -39,7 +39,7 @@ jobs:
3939
- name: checkout repository
4040
uses: actions/checkout@v5.0.0
4141
- name: download binary
42-
uses: actions/download-artifact@v5.0.0
42+
uses: actions/download-artifact@v6.0.0
4343
with:
4444
name: exporter
4545
path: build

0 commit comments

Comments
 (0)