Skip to content

Commit 92f2120

Browse files
authored
Merge pull request #17 from kintel/dependabot/github_actions/actions/upload-artifact-6
2 parents a145d25 + f7182e4 commit 92f2120

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/calculate_checksum.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
run: sha256sum offscreen-${{ env.VERSION }}.tar.gz > offscreen-${{ env.VERSION }}.sha256
2929

3030
- name: Upload checksum artifact
31-
uses: actions/upload-artifact@v5
31+
uses: actions/upload-artifact@v6
3232
with:
3333
name: offscreen-${{ env.VERSION }}.sha256
3434
path: offscreen-${{ env.VERSION }}.sha256

.github/workflows/cut_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
gzip offscreen-${{ env.VERSION }}.tar
3737
3838
- name: Upload artifact
39-
uses: actions/upload-artifact@v5
39+
uses: actions/upload-artifact@v6
4040
with:
4141
name: offscreen-${{ env.VERSION }}.tar.gz
4242
path: offscreen-${{ env.VERSION }}.tar.gz

.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@v5
52+
uses: actions/upload-artifact@v6
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@v5
60+
uses: actions/upload-artifact@v6
6161
if: ${{ always() }}
6262
with:
6363
name: Test Results(${{ matrix.os }})

0 commit comments

Comments
 (0)