Skip to content

Commit 86130b9

Browse files
dependabot[bot]dgolovin
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 6b7a65d commit 86130b9

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@v4
206+
uses: actions/upload-artifact@v5
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@v4
157+
- uses: actions/upload-artifact@v5
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@v4
257+
- uses: actions/upload-artifact@v5
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@v4
271+
uses: actions/upload-artifact@v5
272272
if: always()
273273
with:
274274
name: results-e2e-${{ matrix.windows-version }}${{ matrix.windows-featurepack }}

0 commit comments

Comments
 (0)