mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 10:31:03 +00:00
Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#2487)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/83fd05a356d7e2593de66fc9913b3002723633cb...0b7f8abb1508181956e8e162db84b466c27e18ce) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -79,7 +79,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
|
|
||||||
- name: Save output as artifact
|
- name: Save output as artifact
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ env.CHAIN }}
|
name: ${{ env.CHAIN }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
@@ -108,7 +108,7 @@ jobs:
|
|||||||
cat output.txt
|
cat output.txt
|
||||||
|
|
||||||
- name: Save output as artifact
|
- name: Save output as artifact
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.runtime }}
|
name: ${{ matrix.runtime }}
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
+4
-4
@@ -99,14 +99,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Upload ${{ matrix.runtime }} srtool json
|
- name: Upload ${{ matrix.runtime }} srtool json
|
||||||
if: ${{ github.event.inputs.release_type != 'client' }}
|
if: ${{ github.event.inputs.release_type != 'client' }}
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.runtime }}-srtool-json
|
name: ${{ matrix.runtime }}-srtool-json
|
||||||
path: ${{ matrix.runtime }}-srtool-digest.json
|
path: ${{ matrix.runtime }}-srtool-digest.json
|
||||||
|
|
||||||
- name: Upload ${{ matrix.runtime }} runtime
|
- name: Upload ${{ matrix.runtime }} runtime
|
||||||
if: ${{ github.event.inputs.release_type != 'client' }}
|
if: ${{ github.event.inputs.release_type != 'client' }}
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.runtime }}-runtime
|
name: ${{ matrix.runtime }}-runtime
|
||||||
path: |
|
path: |
|
||||||
@@ -189,14 +189,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Archive srtool json
|
- name: Archive srtool json
|
||||||
if: ${{ github.event.inputs.release_type != 'client' }}
|
if: ${{ github.event.inputs.release_type != 'client' }}
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: srtool-json
|
name: srtool-json
|
||||||
path: |
|
path: |
|
||||||
**/*-srtool-digest.json
|
**/*-srtool-digest.json
|
||||||
|
|
||||||
- name: Archive context artifact
|
- name: Archive context artifact
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: release-notes-context
|
name: release-notes-context
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Vendored
+2
-2
@@ -74,7 +74,7 @@ jobs:
|
|||||||
|
|
||||||
# it takes a while to build the runtime, so let's save the artifact as soon as we have it
|
# it takes a while to build the runtime, so let's save the artifact as soon as we have it
|
||||||
- name: Archive Artifacts for ${{ matrix.runtime }}
|
- name: Archive Artifacts for ${{ matrix.runtime }}
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.runtime }}-runtime
|
name: ${{ matrix.runtime }}-runtime
|
||||||
path: |
|
path: |
|
||||||
@@ -112,7 +112,7 @@ jobs:
|
|||||||
tee ${{ matrix.runtime }}-diff.txt
|
tee ${{ matrix.runtime }}-diff.txt
|
||||||
|
|
||||||
- name: Archive Subwasm results
|
- name: Archive Subwasm results
|
||||||
uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
|
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.runtime }}-runtime
|
name: ${{ matrix.runtime }}-runtime
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user