Skip to content

Commit 722cb09

Browse files
build(deps): bump actions/upload-artifact from 5 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e90fd87 commit 722cb09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- run: go mod download
2020
- run: make test-e2e
2121
- name: Upload artifact
22-
uses: actions/upload-artifact@v5
22+
uses: actions/upload-artifact@v6
2323
with:
2424
name: node_exporter
2525
path: node_exporter
@@ -53,7 +53,7 @@ jobs:
5353
- run: promu crossbuild -v --parallelism 3 --parallelism-thread 3
5454
- run: promu --config .promu-cgo.yml crossbuild -v --parallelism 3 --parallelism-thread 3
5555
- name: Upload artifact
56-
uses: actions/upload-artifact@v5
56+
uses: actions/upload-artifact@v6
5757
with:
5858
name: build
5959
path: .build

0 commit comments

Comments
 (0)