diff options
-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/ |