Skip to content

Commit 9750ea3

Browse files
build(deps): bump actions/upload-artifact from 5 to 6
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] <support@github.com>
1 parent f53b4ff commit 9750ea3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/setup-go@v6
3939
- run: make release
4040
- name: upload artifacts
41-
uses: actions/upload-artifact@v5
41+
uses: actions/upload-artifact@v6
4242
with:
4343
name: release-${{ github.run_id }}
4444
path: release/*
@@ -91,7 +91,7 @@ jobs:
9191
slug: opencontainers/umoci
9292
files: ${{ env.COVERAGE }}
9393
- name: upload coverage
94-
uses: actions/upload-artifact@v5
94+
uses: actions/upload-artifact@v6
9595
with:
9696
name: coverage-${{ runner.os }}-${{ github.job }}-${{ strategy.job-index }}
9797
path: ${{ env.GOCOVERDIR }}
@@ -126,7 +126,7 @@ jobs:
126126
slug: opencontainers/umoci
127127
files: ${{ env.COVERAGE }}
128128
- name: upload coverage
129-
uses: actions/upload-artifact@v5
129+
uses: actions/upload-artifact@v6
130130
with:
131131
name: coverage-${{ runner.os }}-${{ github.job }}-${{ strategy.job-index }}
132132
path: ${{ env.GOCOVERDIR }}
@@ -175,7 +175,7 @@ jobs:
175175
slug: opencontainers/umoci
176176
files: ${{ env.COVERAGE }}
177177
- name: upload coverage
178-
uses: actions/upload-artifact@v5
178+
uses: actions/upload-artifact@v6
179179
with:
180180
name: coverage-${{ runner.os }}-${{ github.job }}-${{ strategy.job-index }}
181181
path: ${{ env.GOCOVERDIR }}
@@ -198,7 +198,7 @@ jobs:
198198
run: |
199199
./hack/ci-coverage.sh --merge="$GOCOVERDIR" --func coverage/*/
200200
- name: upload final coverage
201-
uses: actions/upload-artifact@v5
201+
uses: actions/upload-artifact@v6
202202
with:
203203
name: coverage
204204
path: ${{ env.GOCOVERDIR }}

0 commit comments

Comments
 (0)