bump version for upload-artifact and download-artifact code snippets (#25782)
This commit is contained in:
@@ -72,7 +72,7 @@ You can populate the runner tool cache by running a {% data variables.product.pr
|
||||
cd "${{ runner.tool_cache }}"
|
||||
tar -czf tool_cache.tar.gz *
|
||||
- name: Upload tool cache artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: ${{runner.tool_cache}}/tool_cache.tar.gz
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user