mirror of
https://github.com/actions/setup-go.git
synced 2025-07-21 05:58:21 +02:00
v3 - upgrade @actions/cache (#579)
* Upgrade-actions/cache for v3 * Upgrade actions/upload-artifact from v3 to v4 * audit fix * Replaced macos-latest with macos-13 * fix check failures
This commit is contained in:
parent
6edd4406fa
commit
b4b75a2513
53 changed files with 119913 additions and 84218 deletions
2
.github/workflows/check-dist.yml
vendored
2
.github/workflows/check-dist.yml
vendored
|
@ -45,7 +45,7 @@ jobs:
|
|||
id: diff
|
||||
|
||||
# If index.js was different than expected, upload the expected version as an artifact
|
||||
- uses: actions/upload-artifact@v3
|
||||
- uses: actions/upload-artifact@v4
|
||||
if: ${{ failure() && steps.diff.conclusion == 'failure' }}
|
||||
with:
|
||||
name: dist
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue