@cryptotaxi247 / kubo / commits / 663a4a78f

chore(deps): bump actions/upload-artifact from 5 to 6 (#11109)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

dependabot[bot] committed Jan 7, 2026 at 11:25 UTC 663a4a78fa1e4866f122c945ad38c2e7bd3a314e
5 files changed +10 -10
.github/workflows/gateway-conformance.yml
+4 -4
@@ -109,13 +109,13 @@ jobs:
109 run: cat output.md >> $GITHUB_STEP_SUMMARY
110 - name: Upload HTML report
111 if: failure() || success()
112 - uses: actions/upload-artifact@v5
112 + uses: actions/upload-artifact@v6
113 with:
114 name: gateway-conformance.html
115 path: output.html
116 - name: Upload JSON report
117 if: failure() || success()
118 - uses: actions/upload-artifact@v5
118 + uses: actions/upload-artifact@v6
119 with:
120 name: gateway-conformance.json
121 path: output.json
@@ -214,13 +214,13 @@ jobs:
214 run: cat output.md >> $GITHUB_STEP_SUMMARY
215 - name: Upload HTML report
216 if: failure() || success()
217 - uses: actions/upload-artifact@v5
217 + uses: actions/upload-artifact@v6
218 with:
219 name: gateway-conformance-libp2p.html
220 path: output.html
221 - name: Upload JSON report
222 if: failure() || success()
223 - uses: actions/upload-artifact@v5
223 + uses: actions/upload-artifact@v6
224 with:
225 name: gateway-conformance-libp2p.json
226 path: output.json
.github/workflows/gotest.yml
+2 -2
@@ -78,7 +78,7 @@ jobs:
78 output: test/unit/gotest.junit.xml
79 if: failure() || success()
80 - name: Archive the JUnit XML report
81 - uses: actions/upload-artifact@v5
81 + uses: actions/upload-artifact@v6
82 with:
83 name: unit
84 path: test/unit/gotest.junit.xml
@@ -91,7 +91,7 @@ jobs:
91 output: test/unit/gotest.html
92 if: failure() || success()
93 - name: Archive the HTML report
94 - uses: actions/upload-artifact@v5
94 + uses: actions/upload-artifact@v6
95 with:
96 name: html
97 path: test/unit/gotest.html
.github/workflows/interop.yml
+1 -1
@@ -37,7 +37,7 @@ jobs:
37 with:
38 go-version-file: 'go.mod'
39 - run: make build
40 - - uses: actions/upload-artifact@v5
40 + - uses: actions/upload-artifact@v6
41 with:
42 name: kubo
43 path: cmd/ipfs/ipfs
.github/workflows/sharness.yml
+2 -2
@@ -88,7 +88,7 @@ jobs:
88 destination: sharness.html
89 - name: Upload one-page HTML report
90 if: github.repository != 'ipfs/kubo' && (failure() || success())
91 - uses: actions/upload-artifact@v5
91 + uses: actions/upload-artifact@v6
92 with:
93 name: sharness.html
94 path: kubo/test/sharness/test-results/sharness.html
@@ -108,7 +108,7 @@ jobs:
108 destination: sharness-html/
109 - name: Upload full HTML report
110 if: github.repository != 'ipfs/kubo' && (failure() || success())
111 - uses: actions/upload-artifact@v5
111 + uses: actions/upload-artifact@v6
112 with:
113 name: sharness-html
114 path: kubo/test/sharness/test-results/sharness-html
.github/workflows/test-migrations.yml
+1 -1
@@ -77,7 +77,7 @@ jobs:
77
78 - name: Upload test results
79 if: always()
80 - uses: actions/upload-artifact@v5
80 + uses: actions/upload-artifact@v6
81 with:
82 name: ${{ matrix.os }}-test-results
83 path: |