Skip to content

Commit 26bbf0a

Browse files
CI: Bump actions/upload-artifact from 6 to 7 (#1863)
1 parent dac1407 commit 26bbf0a

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@v6
53+
uses: actions/upload-artifact@v7
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@v6
70+
uses: actions/upload-artifact@v7
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@v6
40+
uses: actions/upload-artifact@v7
4141
if: failure()
4242
with:
4343
name: test-results

0 commit comments

Comments
 (0)