Skip to content

Commit 4ddda86

Browse files
chore(ci)(deps): bump actions/upload-artifact from 4 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v7) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 92f3506 commit 4ddda86

7 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/brain-seal-refresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
EOF
3838
3939
- name: Upload brain seals
40-
uses: actions/upload-artifact@v4
40+
uses: actions/upload-artifact@v7
4141
with:
4242
name: brain-seals
4343
path: .trinity/seals/brain_*.json

.github/workflows/build-paper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
pdflatex -interaction=nonstopmode main.tex
5454
5555
- name: Upload artifacts
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: goldenfloat-paper
5959
path: docs/WHITEPAPER/

.github/workflows/conformance-integrity-gate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
- name: Upload integrity report
5858
if: always()
59-
uses: actions/upload-artifact@v4
59+
uses: actions/upload-artifact@v7
6060
with:
6161
name: wp18-conformance-report
6262
path: wp18_report.json

.github/workflows/coq-proofs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
110110
- name: Upload Status Report
111111
if: always()
112-
uses: actions/upload-artifact@v4
112+
uses: actions/upload-artifact@v7
113113
with:
114114
name: coq-status-report
115115
path: proofs/trinity/coq-status.md

.github/workflows/fpga-build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
- name: Upload generated Verilog
7272
if: always()
73-
uses: actions/upload-artifact@v4
73+
uses: actions/upload-artifact@v7
7474
with:
7575
name: fpga-verilog
7676
path: build/fpga/generated/
@@ -237,7 +237,7 @@ jobs:
237237
238238
- name: Upload synthesis output
239239
if: always()
240-
uses: actions/upload-artifact@v4
240+
uses: actions/upload-artifact@v7
241241
with:
242242
name: fpga-synthesis
243243
path: |
@@ -364,7 +364,7 @@ jobs:
364364
ls -la build/fpga/
365365
366366
- name: Upload bitstream artifact
367-
uses: actions/upload-artifact@v4
367+
uses: actions/upload-artifact@v7
368368
with:
369369
name: fpga-bitstream-${{ github.sha }}
370370
path: build/fpga/bitstream.bit
@@ -398,7 +398,7 @@ jobs:
398398
sed -i 's/^ //' build/fpga/FLASHING.md
399399
400400
- name: Upload bitstream + flashing guide
401-
uses: actions/upload-artifact@v4
401+
uses: actions/upload-artifact@v7
402402
with:
403403
name: fpga-bitstream-${{ github.sha }}
404404
path: |
@@ -470,7 +470,7 @@ jobs:
470470
471471
- name: Upload formal results
472472
if: always()
473-
uses: actions/upload-artifact@v4
473+
uses: actions/upload-artifact@v7
474474
with:
475475
name: fpga-formal
476476
path: build/fpga/formal/
@@ -595,7 +595,7 @@ jobs:
595595
596596
- name: Upload conformance results
597597
if: always()
598-
uses: actions/upload-artifact@v4
598+
uses: actions/upload-artifact@v7
599599
with:
600600
name: fpga-conformance
601601
path: build/fpga/conformance/

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,31 +45,31 @@ jobs:
4545
4646
- name: Upload wheels (Ubuntu x86_64)
4747
if: matrix.os == 'ubuntu-latest' && matrix.target == 'x86_64'
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v7
4949
with:
5050
name: python-wheels-x86_64
5151
path: target/wheels/*.whl
5252
retention-days: 7
5353

5454
- name: Upload wheels (Ubuntu aarch64)
5555
if: matrix.os == 'ubuntu-latest' && matrix.target == 'aarch64'
56-
uses: actions/upload-artifact@v4
56+
uses: actions/upload-artifact@v7
5757
with:
5858
name: python-wheels-aarch64
5959
path: target/wheels/*.whl
6060
retention-days: 7
6161

6262
- name: Upload wheels (macOS aarch64)
6363
if: matrix.os == 'macos-latest'
64-
uses: actions/upload-artifact@v4
64+
uses: actions/upload-artifact@v7
6565
with:
6666
name: python-wheels-macos
6767
path: target/wheels/*.whl
6868
retention-days: 7
6969

7070
- name: Upload wheels (Windows x86_64)
7171
if: matrix.os == 'windows-latest'
72-
uses: actions/upload-artifact@v4
72+
uses: actions/upload-artifact@v7
7373
with:
7474
name: python-wheels-windows
7575
path: target/wheels/*.whl

.github/workflows/vivado-synth.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
cat utilization_summary.txt
121121
122122
- name: Upload bitstream
123-
uses: actions/upload-artifact@v4
123+
uses: actions/upload-artifact@v7
124124
if: always()
125125
with:
126126
name: vivado-bitstream-${{ github.event.inputs.design || 'gf16' }}
@@ -131,7 +131,7 @@ jobs:
131131
if-no-files-found: warn
132132

133133
- name: Upload Vivado logs & utilization
134-
uses: actions/upload-artifact@v4
134+
uses: actions/upload-artifact@v7
135135
if: always()
136136
with:
137137
name: vivado-log-${{ github.event.inputs.design || 'gf16' }}

0 commit comments

Comments
 (0)