Skip to content

Commit 32b4bea

Browse files
Bump the github-actions group across 2 directories with 1 update
Bumps the github-actions group with 1 update in the / directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Bumps the github-actions group with 1 update in the /.github/workflows directory: [actions/upload-artifact](https://github.com/actions/upload-artifact). Updates `actions/upload-artifact` from 4 to 5 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) Updates `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 dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b2f7e2 commit 32b4bea

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test-linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
run: ./build.sh test --test-suite integrations
130130

131131
- name: Store crash dumps
132-
uses: actions/upload-artifact@v4
132+
uses: actions/upload-artifact@v5
133133
if: failure()
134134
with:
135135
name: hang-dumps

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
run: ./build.bat test --test-suite integrations
7474

7575
- name: Store crash dumps
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@v5
7777
if: success() || failure()
7878
with:
7979
name: hang-dumps
@@ -173,7 +173,7 @@ jobs:
173173
--logger:"junit;LogFilePath=%cd%\build\output\junit-{framework}-{assembly}.xml;MethodFormat=Class;FailureBodyFormat=Verbose"
174174
175175
- name: Store test results
176-
uses: actions/upload-artifact@v4
176+
uses: actions/upload-artifact@v5
177177
with:
178178
name: test-results-iis
179179
path: build/output/junit-*.xml

0 commit comments

Comments
 (0)