Skip to content

Commit bf3b497

Browse files
dependabot[bot]igorpecovnik
authored andcommitted
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 979eca5 commit bf3b497

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr-review-listener.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@v4
16+
- uses: actions/upload-artifact@v5
1717
with:
1818
# unique name: includes workflow run id
1919
name: pr-number-${{ github.run_id }}

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
fastfetch
140140
141141
- name: "Upload test summary"
142-
uses: actions/upload-artifact@v4
142+
uses: actions/upload-artifact@v5
143143
with:
144144
name: test-${{ matrix.server.id }}-${{ matrix.server.os }}
145145
path: test

0 commit comments

Comments
 (0)