Skip to content

Commit e917b48

Browse files
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 99a0c12 commit e917b48

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/angular.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ jobs:
119119
# run: npm run ci:frontend:test
120120
# timeout-minutes: 8
121121
- name: 'BACKEND: Store failure logs'
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v5
123123
if: always() && steps.backend.outcome == 'failure'
124124
with:
125125
name: log-${{ matrix.name }}
126126
path: ${{ steps.setup.outputs.application-path }}/**/reports/ktlint/**
127127
- name: 'E2E: Store failure screenshots'
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
if: always() && steps.e2e.outcome == 'failure'
130130
with:
131131
name: screenshots-${{ matrix.name }}

.github/workflows/react.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,13 +119,13 @@ jobs:
119119
# run: npm run ci:frontend:test
120120
# timeout-minutes: 8
121121
- name: 'BACKEND: Store failure logs'
122-
uses: actions/upload-artifact@v4
122+
uses: actions/upload-artifact@v5
123123
if: always() && steps.backend.outcome == 'failure'
124124
with:
125125
name: log-${{ matrix.name }}
126126
path: ${{ steps.setup.outputs.application-path }}/**/reports/ktlint/**
127127
- name: 'E2E: Store failure screenshots'
128-
uses: actions/upload-artifact@v4
128+
uses: actions/upload-artifact@v5
129129
if: always() && steps.e2e.outcome == 'failure'
130130
with:
131131
name: screenshots-${{ matrix.name }}

0 commit comments

Comments
 (0)