Skip to content

Commit 35bb4f5

Browse files
Bump actions/upload-artifact from 4 to 5 (#1859)
1 parent c38458c commit 35bb4f5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/abi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
env: ${{ matrix.env || env }}
5151

5252
- name: Upload test results (on failure)
53-
uses: actions/upload-artifact@v4
53+
uses: actions/upload-artifact@v5
5454
if: failure()
5555
with:
5656
name: abi-check

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: rhaschke/industrial_ci@master
6868

6969
- name: Upload test artifacts (on failure)
70-
uses: actions/upload-artifact@v4
70+
uses: actions/upload-artifact@v5
7171
if: failure()
7272
with:
7373
name: test-results

.github/workflows/prerelease.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
uses: rhaschke/industrial_ci@master
3838

3939
- name: Upload test artifacts (on failure)
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v5
4141
if: failure()
4242
with:
4343
name: test-results

0 commit comments

Comments
 (0)