We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 979eca5 commit bf3b497Copy full SHA for bf3b497
.github/workflows/pr-review-listener.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Save PR number
14
run: echo "${{ github.event.pull_request.number }}" > pr.txt
15
16
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
17
with:
18
# unique name: includes workflow run id
19
name: pr-number-${{ github.run_id }}
.github/workflows/unit-tests.yml
@@ -139,7 +139,7 @@ jobs:
139
fastfetch
140
141
- name: "Upload test summary"
142
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
143
144
name: test-${{ matrix.server.id }}-${{ matrix.server.os }}
145
path: test
0 commit comments