build(deps): bump actions/download-artifact from 3 to 4 (#18726)

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

View File

@ -45,7 +45,7 @@ jobs:
with:
fetch-depth: 0
- name: Fetch bootstrap archives
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: bootstrap-archives-${{ github.sha }}
path: ./

View File

@ -257,7 +257,7 @@ jobs:
- name: Clone repository
uses: actions/checkout@v4
- name: Get *.deb files
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
path: ./
- name: Upload to packages.termux.dev