Skip to content

Commit d14c584

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 af7b9eb commit d14c584

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
@@ -40,7 +40,7 @@ jobs:
4040

4141
# Upload coverage to GitHub
4242
- run: gzip envtest.coverage
43-
- uses: actions/upload-artifact@v6
43+
- uses: actions/upload-artifact@v7
4444
with:
4545
name: "~coverage~kubernetes-api=${{ matrix.kubernetes }}"
4646
path: envtest.coverage.gz
@@ -75,7 +75,7 @@ jobs:
7575

7676
# Upload coverage to GitHub
7777
- run: gzip envtest-existing.coverage
78-
- uses: actions/upload-artifact@v6
78+
- uses: actions/upload-artifact@v7
7979
with:
8080
name: "~coverage~kubernetes-k3d=${{ matrix.kubernetes }}"
8181
path: envtest-existing.coverage.gz
@@ -215,7 +215,7 @@ jobs:
215215
- uses: actions/checkout@v6
216216
- uses: actions/setup-go@v6
217217
with: { go-version: stable }
218-
- uses: actions/download-artifact@v7
218+
- uses: actions/download-artifact@v8
219219
with: { path: download }
220220

221221
# Combine the coverage profiles by taking the mode line from any one file
@@ -239,7 +239,7 @@ jobs:
239239
240240
# Upload coverage to GitHub
241241
- run: gzip total-coverage.html
242-
- uses: actions/upload-artifact@v6
242+
- uses: actions/upload-artifact@v7
243243
with:
244244
name: coverage-report=html
245245
path: total-coverage.html.gz

0 commit comments

Comments
 (0)