Skip to content

Commit f2e8d41

Browse files
build(deps): bump actions/download-artifact from 3 to 4 in /.github/workflows (#691)
As recommended by @dependabot.
1 parent c3c79a7 commit f2e8d41

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Configure
8484
run: |
8585
cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=clang
86-
- uses: actions/download-artifact@v3
86+
- uses: actions/download-artifact@v4
8787
with:
8888
name: coverity-logs-windows
8989
path: build/cov-int
@@ -145,7 +145,7 @@ jobs:
145145
- name: Configure
146146
run: |
147147
cmake -B build -S src -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo -DHIDAPI_WITH_TESTS=ON -DHIDAPI_BUILD_HIDTEST=ON -DCMAKE_C_COMPILER=gcc
148-
- uses: actions/download-artifact@v3
148+
- uses: actions/download-artifact@v4
149149
with:
150150
name: coverity-logs-windows-macos
151151
path: build/cov-int

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cancel-in-progress: true
4646
steps:
4747
- name: downlod artifact
48-
uses: actions/download-artifact@v3
48+
uses: actions/download-artifact@v4
4949
with:
5050
name: HIDAPI_doxygen_docs
5151
path: docs

0 commit comments

Comments
 (0)