diff options
-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 ea436a2..c3c7c29 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.2.4 + - uses: actions/upload-artifact@v2.3.1 with: name: cross-${{ matrix.platform }} path: ${{ steps.cross.outputs.install_path }} |