Skip to content

Commit c120eee

Browse files
dependabot[bot]benoitf
authored andcommitted
chore(deps): bump actions/upload-artifact from 4 to 5
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] <[email protected]>
1 parent 943ed3f commit c120eee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/bootc-e2e-nightly-windows.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
report_paths: '**/*results.xml'
212212

213213
- name: Upload test artifacts
214-
uses: actions/upload-artifact@v4
214+
uses: actions/upload-artifact@v5
215215
if: always()
216216
with:
217217
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}

.github/workflows/e2e-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
require_tests: true
142142
report_paths: '**/*results.xml'
143143

144-
- uses: actions/upload-artifact@v4
144+
- uses: actions/upload-artifact@v5
145145
if: always()
146146
with:
147147
name: e2e-tests

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
require_tests: true
169169
report_paths: '**/*results.xml'
170170

171-
- uses: actions/upload-artifact@v4
171+
- uses: actions/upload-artifact@v5
172172
if: always()
173173
with:
174174
name: e2e-tests

0 commit comments

Comments
 (0)