@cryptotaxi247 / kubo / commits / 1c1f159e2

chore(deps): bump actions/upload-artifact from 6 to 7 (#11224)

* chore(deps): bump actions/upload-artifact from 6 to 7 Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * chore(deps): bump actions/download-artifact from 7 to 8 --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcin Rataj <lidel@lidel.org>

dependabot[bot] committed Mar 6, 2026 at 19:01 UTC 1c1f159e21a9896939ffd19beaa9a9b7dbd8d5d0
5 files changed +15 -15
.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@v6
112 + uses: actions/upload-artifact@v7
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@v6
118 + uses: actions/upload-artifact@v7
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@v6
217 + uses: actions/upload-artifact@v7
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@v6
223 + uses: actions/upload-artifact@v7
224 with:
225 name: gateway-conformance-libp2p.json
226 path: output.json
.github/workflows/gotest.yml
+4 -4
@@ -57,7 +57,7 @@ jobs:
57 output: test/unit/gotest.junit.xml
58 if: failure() || success()
59 - name: Archive the JUnit XML report
60 - uses: actions/upload-artifact@v6
60 + uses: actions/upload-artifact@v7
61 with:
62 name: unit-tests-junit
63 path: test/unit/gotest.junit.xml
@@ -70,7 +70,7 @@ jobs:
70 output: test/unit/gotest.html
71 if: failure() || success()
72 - name: Archive the HTML report
73 - uses: actions/upload-artifact@v6
73 + uses: actions/upload-artifact@v7
74 with:
75 name: unit-tests-html
76 path: test/unit/gotest.html
@@ -120,7 +120,7 @@ jobs:
120 output: test/cli/cli-tests.junit.xml
121 if: failure() || success()
122 - name: Archive JUnit XML report
123 - uses: actions/upload-artifact@v6
123 + uses: actions/upload-artifact@v7
124 with:
125 name: cli-tests-junit
126 path: test/cli/cli-tests.junit.xml
@@ -133,7 +133,7 @@ jobs:
133 output: test/cli/cli-tests.html
134 if: failure() || success()
135 - name: Archive HTML report
136 - uses: actions/upload-artifact@v6
136 + uses: actions/upload-artifact@v7
137 with:
138 name: cli-tests-html
139 path: test/cli/cli-tests.html
.github/workflows/interop.yml
+4 -4
@@ -51,7 +51,7 @@ jobs:
51 with:
52 go-version-file: 'go.mod'
53 - run: make build
54 - - uses: actions/upload-artifact@v6
54 + - uses: actions/upload-artifact@v7
55 with:
56 name: kubo
57 path: cmd/ipfs/ipfs
@@ -66,7 +66,7 @@ jobs:
66 - uses: actions/setup-node@v6
67 with:
68 node-version: lts/*
69 - - uses: actions/download-artifact@v7
69 + - uses: actions/download-artifact@v8
70 with:
71 name: kubo
72 path: cmd/ipfs
@@ -122,7 +122,7 @@ jobs:
122 run:
123 shell: bash
124 steps:
125 - - uses: actions/download-artifact@v7
125 + - uses: actions/download-artifact@v8
126 with:
127 name: kubo
128 path: cmd/ipfs
@@ -196,7 +196,7 @@ jobs:
196 working-directory: ipfs-webui
197 - name: Upload test artifacts on failure
198 if: failure()
199 - uses: actions/upload-artifact@v6
199 + uses: actions/upload-artifact@v7
200 with:
201 name: webui-test-results
202 path: ipfs-webui/test-results/
.github/workflows/sharness.yml
+2 -2
@@ -90,7 +90,7 @@ jobs:
90 destination: sharness.html
91 - name: Upload one-page HTML report
92 if: github.repository != 'ipfs/kubo' && (failure() || success())
93 - uses: actions/upload-artifact@v6
93 + uses: actions/upload-artifact@v7
94 with:
95 name: sharness.html
96 path: kubo/test/sharness/test-results/sharness.html
@@ -110,7 +110,7 @@ jobs:
110 destination: sharness-html/
111 - name: Upload full HTML report
112 if: github.repository != 'ipfs/kubo' && (failure() || success())
113 - uses: actions/upload-artifact@v6
113 + uses: actions/upload-artifact@v7
114 with:
115 name: sharness-html
116 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@v6
80 + uses: actions/upload-artifact@v7
81 with:
82 name: ${{ matrix.os }}-test-results
83 path: |