build(deps): bump actions/upload-artifact from 3 to 4 (#18727)

This commit is contained in:
dependabot[bot] 2024-01-01 15:17:50 +00:00 committed by GitHub
parent 015a10be76
commit 7e2af7650b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -30,7 +30,7 @@ jobs:
- name: Create bootstrap archive
run: ./scripts/generate-bootstraps.sh --architectures ${{ matrix.arch }}
- name: Store artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: bootstrap-archives-${{ github.sha }}
path: "*.zip"

View File

@ -241,7 +241,7 @@ jobs:
find debs -type f -name "*.deb" -exec sha256sum "{}" \; | sort -k2
- name: Store *.deb files
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: debs-${{ matrix.target_arch }}-${{ github.sha }}
path: ./artifacts