From 909f65d0cd5c178e615edb12ce2de4fca331b4fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 May 2022 17:39:30 +0300 Subject: [PATCH] Bump actions/upload-artifact from 2 to 3 (#5547) Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .../.github/workflows/extrinsic-ordering-check-from-bin.yml | 2 +- polkadot/.github/workflows/publish-draft-release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml b/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml index 778e125a1c..4ef141efcc 100644 --- a/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml +++ b/polkadot/.github/workflows/extrinsic-ordering-check-from-bin.yml @@ -74,7 +74,7 @@ jobs: run: pkill polkadot - name: Save output as artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ env.CHAIN }} path: | diff --git a/polkadot/.github/workflows/publish-draft-release.yml b/polkadot/.github/workflows/publish-draft-release.yml index 19bc511fb2..f9d428964c 100644 --- a/polkadot/.github/workflows/publish-draft-release.yml +++ b/polkadot/.github/workflows/publish-draft-release.yml @@ -51,13 +51,13 @@ jobs: echo '${{ steps.srtool_build.outputs.json }}' | jq > ${{ matrix.runtime }}_srtool_output.json - name: Upload ${{ matrix.runtime }} srtool json - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.runtime }}-srtool-json path: ${{ matrix.runtime }}_srtool_output.json - name: Upload ${{ matrix.runtime }} runtime - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: ${{ matrix.runtime }}-runtime path: | @@ -122,7 +122,7 @@ jobs: ls -al context.json - name: Archive artifact context.json - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v3 with: name: release-notes-context path: |