Skip to content

Commit b367721

Browse files
authored
Merge pull request #6 from kintel/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 3 to 5
2 parents 3225aa2 + 81dd7f4 commit b367721

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/fedora.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: ctest -C ${{env.BUILD_TYPE}}
5050

5151
- name: Upload Test Results
52-
uses: actions/upload-artifact@v3
52+
uses: actions/upload-artifact@v5
5353
if: ${{ always() }}
5454
with:
5555
name: Test Results(${{ matrix.os }})

.github/workflows/offscreen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
run: ctest -C ${{env.BUILD_TYPE}}
5858

5959
- name: Upload Test Results
60-
uses: actions/upload-artifact@v4
60+
uses: actions/upload-artifact@v5
6161
if: ${{ always() }}
6262
with:
6363
name: Test Results(${{ matrix.os }})

0 commit comments

Comments
 (0)