Merge pull request #7103 from chatmail/dependabot/github_actions/actions/download-artifact-5

This commit is contained in:
dependabot[bot]
2025-08-12 23:00:40 +00:00
committed by GitHub
3 changed files with 25 additions and 25 deletions

View File

@@ -250,7 +250,7 @@ jobs:
persist-credentials: false
- name: Download libdeltachat.a
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ matrix.os }}-libdeltachat.a
path: target/debug
@@ -311,7 +311,7 @@ jobs:
run: pip install tox
- name: Download deltachat-rpc-server
uses: actions/download-artifact@v4
uses: actions/download-artifact@v5
with:
name: ${{ matrix.os }}-deltachat-rpc-server
path: target/debug