Skip to content

Commit ab1e38d

Browse files
chore(deps): Bump actions/upload-artifact from 5 to 6 (#1037)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 739c9e7 commit ab1e38d

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/e2e-main.yaml

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

205205
- name: Upload test artifacts
206-
uses: actions/upload-artifact@v5
206+
uses: actions/upload-artifact@v6
207207
if: always()
208208
with:
209209
name: e2e-tests

.github/workflows/pr-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
PODMAN_DESKTOP_ARGS: ${{ github.workspace }}/podman-desktop
155155
run: pnpm test:e2e
156156

157-
- uses: actions/upload-artifact@v5
157+
- uses: actions/upload-artifact@v6
158158
if: always()
159159
with:
160160
name: e2e-tests
@@ -254,7 +254,7 @@ jobs:
254254
run: |
255255
pnpm test:e2e
256256
257-
- uses: actions/upload-artifact@v5
257+
- uses: actions/upload-artifact@v6
258258
if: always()
259259
with:
260260
name: e2e-tests-production

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

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

270270
- name: Upload test artifacts
271-
uses: actions/upload-artifact@v5
271+
uses: actions/upload-artifact@v6
272272
if: always()
273273
with:
274274
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}

0 commit comments

Comments
 (0)