mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-02-03 20:10:59 +00:00
Upgrade to cache v4 (#140)
This commit is contained in:
parent
f2fc6d1af4
commit
5902b33ae2
|
@ -85,7 +85,7 @@ runs:
|
|||
|
||||
- id: upload-logs
|
||||
if: ${{ inputs.debug == 'true' }}
|
||||
uses: actions/upload-artifact@v3
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cache-apt-pkgs-logs_${{ env.CACHE_KEY }}
|
||||
path: ~/cache-apt-pkgs/*.log
|
||||
|
|
Loading…
Reference in a new issue