Skip to content

Commit 41e65dd

Browse files
dependabot[bot]dgolovin
authored andcommitted
build(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 5d3d105 commit 41e65dd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/e2e-main.yaml

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

185185
- name: Upload test artifacts
186-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
186+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
187187
if: always()
188188
with:
189189
name: e2e-tests

.github/workflows/pr-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ jobs:
218218
PODMAN_DESKTOP_ARGS: ${{ github.workspace }}/podman-desktop
219219
run: yarn test:e2e
220220

221-
- uses: actions/upload-artifact@v4
221+
- uses: actions/upload-artifact@v5
222222
if: always()
223223
with:
224224
name: e2e-tests

0 commit comments

Comments
 (0)