Skip to content

Commit 6ae4aee

Browse files
chore(deps): Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b4043a3 commit 6ae4aee

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@v6
206+
uses: actions/upload-artifact@v7
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
@@ -155,7 +155,7 @@ jobs:
155155
PODMAN_DESKTOP_ARGS: ${{ github.workspace }}/podman-desktop
156156
run: pnpm test:e2e
157157

158-
- uses: actions/upload-artifact@v6
158+
- uses: actions/upload-artifact@v7
159159
if: always()
160160
with:
161161
name: e2e-tests
@@ -256,7 +256,7 @@ jobs:
256256
run: |
257257
pnpm test:e2e
258258
259-
- uses: actions/upload-artifact@v6
259+
- uses: actions/upload-artifact@v7
260260
if: always()
261261
with:
262262
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@v6
271+
uses: actions/upload-artifact@v7
272272
if: always()
273273
with:
274274
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}

0 commit comments

Comments
 (0)