1
0
mirror of synced 2025-12-21 10:57:10 -05:00

bump version for upload-artifact and download-artifact code snippets (#25782)

This commit is contained in:
Jonathan Tamsut
2022-03-03 16:17:09 -08:00
committed by GitHub
parent 3c36b78864
commit d04e4046ae
19 changed files with 35 additions and 35 deletions

View File

@@ -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
```