Skip to content

Commit 8594f94

Browse files
build(deps): bump the github-actions group with 2 updates (#53)
Bumps the github-actions group with 2 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact) and [actions/download-artifact](https://github.com/actions/download-artifact). Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `actions/download-artifact` from 7 to 8 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v7...v8) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/download-artifact dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4817338 commit 8594f94

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: mise run test-coverage
5656

5757
- name: Upload coverage to artifacts
58-
uses: actions/upload-artifact@v6
58+
uses: actions/upload-artifact@v7
5959
with:
6060
name: coverage-${{ matrix.goos }}-${{ matrix.goarch }}
6161
path: coverage.out
@@ -153,7 +153,7 @@ jobs:
153153

154154
- name: Upload test results
155155
if: always()
156-
uses: actions/upload-artifact@v6
156+
uses: actions/upload-artifact@v7
157157
with:
158158
name: integration-test-results-${{ matrix.goos }}-${{ matrix.goarch }}
159159
path: |
@@ -184,7 +184,7 @@ jobs:
184184
185185
- name: Upload benchmark results
186186
if: always()
187-
uses: actions/upload-artifact@v6
187+
uses: actions/upload-artifact@v7
188188
with:
189189
name: benchmark-results
190190
path: |
@@ -279,7 +279,7 @@ jobs:
279279
run: mise run build-release
280280

281281
- name: Upload artifact
282-
uses: actions/upload-artifact@v6
282+
uses: actions/upload-artifact@v7
283283
with:
284284
name: oci-extract-${{ matrix.goos }}-${{ matrix.goarch }}
285285
path: oci-extract-*
@@ -294,7 +294,7 @@ jobs:
294294
contents: write
295295
steps:
296296
- name: Download all artifacts
297-
uses: actions/download-artifact@v7
297+
uses: actions/download-artifact@v8
298298
with:
299299
path: artifacts
300300
merge-multiple: true

0 commit comments

Comments
 (0)