Skip to content

Commit

Permalink
build(deps): bump actions/download-artifact from 3 to 4 in /.github/w…
Browse files Browse the repository at this point in the history
…orkflows (#691)

As recommended by @dependabot.
  • Loading branch information
dependabot[bot] authored Sep 6, 2024
1 parent c3c79a7 commit f2e8d41
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2e8d41

Please sign in to comment.