build(deps): bump actions/download-artifact from 3 to 4 in /.github/workflows (#691)

As recommended by @dependabot.
This commit is contained in:
dependabot[bot]
2024-09-06 12:03:35 +03:00
committed by GitHub
parent c3c79a7d82
commit f2e8d41e06
2 changed files with 3 additions and 3 deletions

View File

@@ -83,7 +83,7 @@ jobs:
- name: Configure
run: |
cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=clang
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: coverity-logs-windows
path: build/cov-int
@@ -145,7 +145,7 @@ jobs:
- name: Configure
run: |
cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=gcc
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: coverity-logs-windows-macos
path: build/cov-int

View File

@@ -45,7 +45,7 @@ jobs:
cancel-in-progress: true
steps:
- name: downlod artifact
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: HIDAPI_doxygen_docs
path: docs