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