diff options
author | 2022-03-04 09:08:05 +0000 | |
---|---|---|
committer | 2022-03-04 12:19:37 +0100 | |
commit | bddf033261c7f94c01694e38ac1d8512f4bad38b (patch) | |
tree | aca7de2c9ec4c98892f8a7927b74a9f3f058c724 | |
parent | bcf59aca645c86d3286c2cc148f51942a318814c (diff) | |
download | rust-x86-bddf033261c7f94c01694e38ac1d8512f4bad38b.tar.gz rust-x86-bddf033261c7f94c01694e38ac1d8512f4bad38b.tar.zst rust-x86-bddf033261c7f94c01694e38ac1d8512f4bad38b.zip |
Bump actions/upload-artifact from 2.3.1 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2.3.1...v3)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | .github/workflows/platformcheck.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/platformcheck.yml b/.github/workflows/platformcheck.yml index 8ac99f1..4472d73 100644 --- a/.github/workflows/platformcheck.yml +++ b/.github/workflows/platformcheck.yml @@ -20,7 +20,7 @@ jobs: repo: cross matches: ${{ matrix.platform }} token: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@v2.3.1 + - uses: actions/upload-artifact@v3 with: name: cross-${{ matrix.platform }} path: ${{ steps.cross.outputs.install_path }} |