Skip to content

Commit d71f485

Browse files
ci(deps): bump actions/upload-artifact from 6 to 7 (#127)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ac560bb commit d71f485

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@v6
149+
uses: actions/upload-artifact@v7
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@v6
257+
uses: actions/upload-artifact@v7
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@v6
357+
uses: actions/upload-artifact@v7
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@v6
202+
uses: actions/upload-artifact@v7
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@v6
73+
uses: actions/upload-artifact@v7
7474
with:
7575
name: release-artifacts
7676
path: dist/

0 commit comments

Comments
 (0)