Skip to content

Commit 641f6a5

Browse files
committed
Update artifact scripts
1 parent 944228d commit 641f6a5

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/CI-Tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595

9696
- name: upload-coverage-artifact
9797
if: ${{ matrix.domain == '32bit' }}
98-
uses: actions/upload-artifact@v4
98+
uses: actions/upload-artifact@v7
9999
with:
100100
name: coverage-${{ matrix.domain }}-${{ matrix.chunk }}
101101
path: coverage.info
@@ -214,7 +214,7 @@ jobs:
214214
run: sudo apt-get update && sudo apt-get install lcov
215215

216216
- name: download-coverage-artifacts
217-
uses: actions/download-artifact@v4
217+
uses: actions/download-artifact@v7
218218

219219
- name: merge-coverage-report
220220
run: lcov $(for i in coverage-*-*/coverage.info; do echo -a $i; done) --output-file coverage.info

.github/workflows/Guidelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: upload-full-clang-format-config
3636
if: ${{ failure() }}
37-
uses: actions/upload-artifact@v4
37+
uses: actions/upload-artifact@v7
3838
with:
3939
name: reformat.patch
4040
path: reformat.patch

.github/workflows/create-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: cp build/${{ steps.extract_pkg.outputs.pkg_name }} build/${{ steps.extract_pkg.outputs.artifact_name }}
6060

6161
- name: Upload Artifact
62-
uses: actions/upload-artifact@v4
62+
uses: actions/upload-artifact@v7
6363
with:
6464
name: ${{ steps.extract_pkg.outputs.artifact_name }}
6565
path: build/${{ steps.extract_pkg.outputs.artifact_name }}
@@ -120,7 +120,7 @@ jobs:
120120
runs-on: ubuntu-latest
121121
steps:
122122
- name: Download All Artifacts
123-
uses: actions/download-artifact@v4
123+
uses: actions/download-artifact@v7
124124
with:
125125
path: ./downloads
126126

@@ -150,7 +150,7 @@ jobs:
150150
clean: false
151151

152152
- name: Download All Artifacts
153-
uses: actions/download-artifact@v4
153+
uses: actions/download-artifact@v7
154154
with:
155155
path: ./downloads
156156

0 commit comments

Comments
 (0)