Skip to content

Commit 0175476

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 478f9d0 commit 0175476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maintenance-pr-listen-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Save PR number
1414
run: echo "${{ github.event.pull_request.number }}" > pr.txt
1515

16-
- uses: actions/upload-artifact@v6
16+
- uses: actions/upload-artifact@v7
1717
with:
1818
# unique name: includes workflow run id
1919
name: pr-number-${{ github.run_id }}

.github/workflows/maintenance-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
echo "|${{ matrix.server.os }}| ${{ matrix.server.name }} | $((finish_time - start_time)) sec |" > ../test/${{ matrix.server.id }}-${{ matrix.server.os }}
152152
153153
- name: "Upload test summary"
154-
uses: actions/upload-artifact@v6
154+
uses: actions/upload-artifact@v7
155155
with:
156156
name: test-${{ matrix.server.id }}-${{ matrix.server.os }}
157157
path: test

0 commit comments

Comments
 (0)