Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1799)

* Bump actions/upload-artifact from 3.1.0 to 3.1.1

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/3cea5372237819ed00197afe530f5a7ea3e805c8...83fd05a356d7e2593de66fc9913b3002723633cb)

---
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>

* match hash with version

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergejs Kostjucenko <sergejs@parity.io>
This commit is contained in:
dependabot[bot]
2023-04-26 12:41:13 +02:00
committed by GitHub
parent 630e7e78e2
commit 7fe06a3b6e
4 changed files with 8 additions and 8 deletions
@@ -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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with: with:
name: ${{ matrix.runtime }} name: ${{ matrix.runtime }}
path: | path: |
+4 -4
View File
@@ -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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with: with:
name: release-notes-context name: release-notes-context
path: | path: |
+2 -2
View File
@@ -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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
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@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0 uses: actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # v3.1.1
with: with:
name: ${{ matrix.runtime }}-runtime name: ${{ matrix.runtime }}-runtime
path: | path: |