Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 41b6a7d

Browse files
Bump actions/upload-artifact from 4 to 5 (#3688)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' 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 5c80506 commit 41b6a7d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎.github/workflows/e2e-tests.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Save image
2828
run: docker save quay.io/operator-framework/olm:local -o olm-image.tar
2929
- name: Upload Docker image as artifact
30-
uses: actions/upload-artifact@v4
30+
uses: actions/upload-artifact@v5
3131
with:
3232
name: olm-image.tar
3333
path: olm-image.tar
@@ -103,7 +103,7 @@ jobs:
103103
# archive test results
104104
- name: Archive Test Artifacts
105105
if: ${{ always() }}
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v5
107107
with:
108108
name: e2e-test-output-${{ (github.event.pull_request.head.sha || github.sha) }}-${{ github.run_id }}-${{ matrix.parallel-id }}
109109
path: ${{ env.ARTIFACT_DIR }}/*
@@ -186,7 +186,7 @@ jobs:
186186
# archive test results
187187
- name: Archive Test Artifacts
188188
if: ${{ always() }}
189-
uses: actions/upload-artifact@v4
189+
uses: actions/upload-artifact@v5
190190
with:
191191
name: e2e-test-output-${{ (github.event.pull_request.head.sha || github.sha) }}-${{ github.run_id }}-flakes
192192
path: ${{ env.ARTIFACT_DIR }}/*

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /