We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcf59ac commit bddf033Copy full SHA for bddf033
.github/workflows/platformcheck.yml
@@ -20,7 +20,7 @@ jobs:
20
repo: cross
21
matches: ${{ matrix.platform }}
22
token: ${{ secrets.GITHUB_TOKEN }}
23
- - uses: actions/upload-artifact@v2.3.1
+ - uses: actions/upload-artifact@v3
24
with:
25
name: cross-${{ matrix.platform }}
26
path: ${{ steps.cross.outputs.install_path }}
0 commit comments