Skip to content

Commit 9440d55

Browse files
ci(deps): bump actions/upload-artifact from 5 to 6 (#67)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6885834 commit 9440d55

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ jobs:
146146

147147
- name: Upload test results
148148
if: always()
149-
uses: actions/upload-artifact@v5
149+
uses: actions/upload-artifact@v6
150150
with:
151151
name: test-results-${{ matrix.os }}-go${{ matrix.go-version }}
152152
path: |
@@ -254,7 +254,7 @@ jobs:
254254
coverage-file-name: coverage/coverage.out
255255

256256
- name: Upload coverage reports
257-
uses: actions/upload-artifact@v5
257+
uses: actions/upload-artifact@v6
258258
with:
259259
name: coverage-reports
260260
path: |
@@ -354,7 +354,7 @@ jobs:
354354
./bin/protoc-gen-openapiv3 --version || true
355355
356356
- name: Upload binaries
357-
uses: actions/upload-artifact@v5
357+
uses: actions/upload-artifact@v6
358358
with:
359359
name: plugin-binaries
360360
path: bin/

.github/workflows/proto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
proto/sebuf/http/*.proto
200200
201201
- name: Upload documentation
202-
uses: actions/upload-artifact@v5
202+
uses: actions/upload-artifact@v6
203203
with:
204204
name: proto-documentation
205205
path: docs/proto/

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
GPG_FINGERPRINT: ${{ secrets.GPG_FINGERPRINT }}
7171

7272
- name: Upload release artifacts
73-
uses: actions/upload-artifact@v5
73+
uses: actions/upload-artifact@v6
7474
with:
7575
name: release-artifacts
7676
path: dist/

0 commit comments

Comments
 (0)