diff options
author | 2022-01-05 23:13:35 +0000 | |
---|---|---|
committer | 2022-01-05 17:44:34 -0800 | |
commit | 917f4d36f58884d7fc372da918659f7ee3e445ad (patch) | |
tree | 75e4c8c6435c1a2c76ed8082ffb3f5bca02aebc9 | |
parent | f572ae94e20c54dd157a6f1350cfc1fc3d86ed1f (diff) | |
download | rust-x86-917f4d36f58884d7fc372da918659f7ee3e445ad.tar.gz rust-x86-917f4d36f58884d7fc372da918659f7ee3e445ad.tar.zst rust-x86-917f4d36f58884d7fc372da918659f7ee3e445ad.zip |
Bump actions/download-artifact from 2.0.10 to 2.1.0
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2.0.10 to 2.1.0.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2.0.10...v2.1.0)
---
updated-dependencies:
- dependency-name: actions/download-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/platformcheck.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/platformcheck.yml b/.github/workflows/platformcheck.yml index c3c7c29..7d7c09c 100644 --- a/.github/workflows/platformcheck.yml +++ b/.github/workflows/platformcheck.yml @@ -60,7 +60,7 @@ jobs: with: fetch-depth: 50 - - uses: actions/download-artifact@v2.0.10 + - uses: actions/download-artifact@v2.1.0 with: name: cross-apple-darwin path: /usr/local/bin/ @@ -85,7 +85,7 @@ jobs: fetch-depth: 50 - name: Download Cross - uses: actions/download-artifact@v2.0.10 + uses: actions/download-artifact@v2.1.0 with: name: cross-linux-musl path: /tmp/ |