Skip to content

Commit 112439c

Browse files
Bump actions/upload-artifact from 4 to 5 (#799)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 693b833 commit 112439c

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/application-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ jobs:
204204
${{ github.workspace }}/gh_release/*.jar
205205
- name: Upload test results
206206
if: always()
207-
uses: actions/upload-artifact@v4
207+
uses: actions/upload-artifact@v5
208208
with:
209209
name: test-result
210210
path: ${{ github.workspace }}/server/build/reports/tests/

.github/workflows/code-coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,13 @@ jobs:
4848
toolpath: 'reportgeneratortool' # Default directory for installing the dotnet tool.
4949
- name: Upload test results
5050
if: always()
51-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
51+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
5252
with:
5353
name: test-result
5454
path: ${{ github.workspace }}/server/build/reports/tests/
5555
retention-days: 10
5656
- name: Upload coverage report artifact
57-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02
57+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
5858
with:
5959
name: CoverageReport # Artifact name
6060
path: coveragereport # Directory containing files to upload

0 commit comments

Comments
 (0)