mirror of
https://github.com/awalsh128/cache-apt-pkgs-action.git
synced 2025-09-20 10:07:08 +00:00
Update action.yml to use actions/upload-artifact@v4
This commit is contained in:
parent
f2fc6d1af4
commit
24d6f00703
|
@ -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