Skip to content

Commit cf1135f

Browse files
build(deps): bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 6 to 7. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...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 d24ff07 commit cf1135f

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/benchmarks-run.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
./scripts/run_benchmarks.sh -b
3636
3737
- name: Upload Binary
38-
uses: actions/upload-artifact@v6
38+
uses: actions/upload-artifact@v7
3939
with:
4040
name: benchmark-binary
4141
path: |
@@ -44,7 +44,7 @@ jobs:
4444
retention-days: 3
4545

4646
- name: Upload WASM Build Artifacts
47-
uses: actions/upload-artifact@v6
47+
uses: actions/upload-artifact@v7
4848
with:
4949
name: wasm-artifacts
5050
path: target/release/wbuild

.github/workflows/release.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
./scripts/run_benchmarks.sh -b
9292
9393
- name: Upload Binary
94-
uses: actions/upload-artifact@v6
94+
uses: actions/upload-artifact@v7
9595
with:
9696
name: benchmark-binary
9797
path: |
@@ -100,7 +100,7 @@ jobs:
100100
retention-days: 3
101101

102102
- name: Upload WASM Build Artifacts
103-
uses: actions/upload-artifact@v6
103+
uses: actions/upload-artifact@v7
104104
with:
105105
name: wasm-artifacts
106106
path: target/release/wbuild
@@ -293,7 +293,7 @@ jobs:
293293
working-directory: ${{env.BIN_DIR}}
294294
run: gpg --verify ${{env.RELEASE_BIN_FILENAME}}.asc
295295
- name: Upload Artifacts
296-
uses: actions/upload-artifact@v6
296+
uses: actions/upload-artifact@v7
297297
with:
298298
name: artifacts-binary-${{matrix.network}}-${{matrix.arch}}-${{github.run_id}}
299299
path: |
@@ -389,7 +389,7 @@ jobs:
389389
subwasm info ${{env.WASM_DIR}}/${{env.RELEASE_WASM_FILENAME}} | grep "Core version:.*${{matrix.wasm-core-version}}-${{env.RUNTIME_SPEC_VERSION}}" || \
390390
(echo "ERROR: WASM Core version didn't match ${{matrix.wasm-core-version}}-${{env.RUNTIME_SPEC_VERSION}}" && exit 1)
391391
- name: Upload Artifact
392-
uses: actions/upload-artifact@v6
392+
uses: actions/upload-artifact@v7
393393
with:
394394
name: artifacts-wasm-${{matrix.network}}-${{github.run_id}}
395395
path: ${{env.WASM_DIR}}/${{env.RELEASE_WASM_FILENAME}}
@@ -472,7 +472,7 @@ jobs:
472472
run: npm run build
473473
working-directory: js/api-augment
474474
- name: Upload Dist Dir
475-
uses: actions/upload-artifact@v6
475+
uses: actions/upload-artifact@v7
476476
with:
477477
name: js-api-augment-${{github.run_id}}
478478
path: js/api-augment/dist
@@ -499,7 +499,7 @@ jobs:
499499
run: npm run build
500500
working-directory: js/ethereum-utils
501501
- name: Upload Dist Dir
502-
uses: actions/upload-artifact@v6
502+
uses: actions/upload-artifact@v7
503503
with:
504504
name: js-ethereum-utils-${{github.run_id}}
505505
path: js/ethereum-utils/dist
@@ -526,7 +526,7 @@ jobs:
526526
run: npm run build
527527
working-directory: js/schemas
528528
- name: Upload Dist Dir
529-
uses: actions/upload-artifact@v6
529+
uses: actions/upload-artifact@v7
530530
with:
531531
name: js-schemas-${{github.run_id}}
532532
path: js/schemas/dist
@@ -553,7 +553,7 @@ jobs:
553553
run: npm run build
554554
working-directory: js/recovery-sdk
555555
- name: Upload Dist Dir
556-
uses: actions/upload-artifact@v6
556+
uses: actions/upload-artifact@v7
557557
with:
558558
name: js-recovery-sdk-${{github.run_id}}
559559
path: js/recovery-sdk/dist
@@ -735,7 +735,7 @@ jobs:
735735
run: |
736736
cat ${{env.OUTPUT_FILENAME}}
737737
- name: Upload Artifact
738-
uses: actions/upload-artifact@v6
738+
uses: actions/upload-artifact@v7
739739
with:
740740
name: artifacts-metadata-${{github.run_id}}
741741
path: ${{env.OUTPUT_DIR}}/${{env.OUTPUT_FILENAME}}

.github/workflows/verify-pr-commit.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
working-directory: target/${{matrix.build-profile}}
225225
run: cp ${{env.BUILT_BIN_FILENAME}} ${{env.FINAL_BIN_FILENAME}}
226226
- name: Upload Artifact
227-
uses: actions/upload-artifact@v6
227+
uses: actions/upload-artifact@v7
228228
with:
229229
name: artifacts-binary-${{matrix.network}}-${{matrix.arch}}-${{matrix.branch_alias}}-${{github.run_id}}
230230
path: target/${{matrix.build-profile}}/${{env.FINAL_BIN_FILENAME}}*
@@ -481,7 +481,7 @@ jobs:
481481
run: npm pack
482482
working-directory: js/api-augment/dist
483483
- name: Upload Artifact
484-
uses: actions/upload-artifact@v6
484+
uses: actions/upload-artifact@v7
485485
with:
486486
name: artifacts-api-augment-${{github.run_id}}
487487
path: js/api-augment/dist/frequency-chain-api-augment-0.0.0.tgz
@@ -518,7 +518,7 @@ jobs:
518518
run: npm pack
519519
working-directory: js/ethereum-utils/dist
520520
- name: Upload Artifact
521-
uses: actions/upload-artifact@v6
521+
uses: actions/upload-artifact@v7
522522
with:
523523
name: artifacts-ethereum-utils-${{github.run_id}}
524524
path: js/ethereum-utils/dist/frequency-chain-ethereum-utils-0.0.0.tgz
@@ -554,7 +554,7 @@ jobs:
554554
run: npm pack
555555
working-directory: js/schemas/dist
556556
- name: Upload Artifact
557-
uses: actions/upload-artifact@v6
557+
uses: actions/upload-artifact@v7
558558
with:
559559
name: artifacts-schemas-${{github.run_id}}
560560
path: js/schemas/dist/frequency-chain-schemas-0.0.0.tgz
@@ -590,7 +590,7 @@ jobs:
590590
run: npm pack
591591
working-directory: js/recovery-sdk/dist
592592
- name: Upload Artifact
593-
uses: actions/upload-artifact@v6
593+
uses: actions/upload-artifact@v7
594594
with:
595595
name: artifacts-recovery-sdk-${{github.run_id}}
596596
path: js/recovery-sdk/dist/frequency-chain-recovery-sdk-0.0.0.tgz

0 commit comments

Comments
 (0)