Merge branch 'awalsh128:master' into avoid_using_xargs

This commit is contained in:
Bradley Scott 2025-01-23 12:21:44 -05:00 committed by GitHub
commit ac9bc76048
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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