Skip to content

Commit

Permalink
Merge pull request #122 from paritytech/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-3.1.0

Bump actions/upload-artifact from 3.0.0 to 3.1.0
  • Loading branch information
sergejparity authored Aug 26, 2022
2 parents b981fc9 + 0434016 commit ff7515e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -310,7 +310,7 @@ jobs:
shell: bash

- name: Upload artifacts
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{ matrix.platform }}.${{ matrix.toolchain }}.${{ matrix.compiler }}.zip
path: artifacts/
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ jobs:
shell: bash

- name: Upload artifacts
uses: actions/upload-artifact@v3.0.0
uses: actions/upload-artifact@v3.1.0
with:
name: ${{ matrix.platform }}.${{ matrix.toolchain }}.${{ matrix.compiler }}.zip
path: artifacts/

0 comments on commit ff7515e

Please sign in to comment.