Skip to content

Commit 6bbedb2

Browse files
dependabot[bot]tjmoore4
authored andcommitted
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [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>
1 parent 56c6218 commit 6bbedb2

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
# Upload coverage to GitHub
4444
- run: gzip envtest.coverage
45-
- uses: actions/upload-artifact@v6
45+
- uses: actions/upload-artifact@v7
4646
with:
4747
name: "~coverage~kubernetes-api=${{ matrix.kubernetes }}"
4848
path: envtest.coverage.gz
@@ -77,7 +77,7 @@ jobs:
7777

7878
# Upload coverage to GitHub
7979
- run: gzip envtest-existing.coverage
80-
- uses: actions/upload-artifact@v6
80+
- uses: actions/upload-artifact@v7
8181
with:
8282
name: "~coverage~kubernetes-k3d=${{ matrix.kubernetes }}"
8383
path: envtest-existing.coverage.gz
@@ -168,7 +168,7 @@ jobs:
168168
- uses: actions/checkout@v6
169169
- uses: actions/setup-go@v6
170170
with: { go-version: stable }
171-
- uses: actions/download-artifact@v7
171+
- uses: actions/download-artifact@v8
172172
with: { path: download }
173173

174174
# Combine the coverage profiles by taking the mode line from any one file
@@ -192,7 +192,7 @@ jobs:
192192
193193
# Upload coverage to GitHub
194194
- run: gzip total-coverage.html
195-
- uses: actions/upload-artifact@v6
195+
- uses: actions/upload-artifact@v7
196196
with:
197197
name: coverage-report=html
198198
path: total-coverage.html.gz

0 commit comments

Comments
 (0)