Skip to content

Commit bddf033

Browse files
dependabot[bot]gz
authored andcommitted
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](actions/upload-artifact@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] <[email protected]>
1 parent bcf59ac commit bddf033

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/platformcheck.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
repo: cross
2121
matches: ${{ matrix.platform }}
2222
token: ${{ secrets.GITHUB_TOKEN }}
23-
- uses: actions/upload-artifact@v2.3.1
23+
- uses: actions/upload-artifact@v3
2424
with:
2525
name: cross-${{ matrix.platform }}
2626
path: ${{ steps.cross.outputs.install_path }}

0 commit comments

Comments
 (0)