From 110dd7d7a429c22948c690ef29d7a8e57696b9ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 22:20:59 +0000 Subject: [PATCH 1/2] build(deps): bump actions/download-artifact in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 3 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v3...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/checks.yml | 4 ++-- .github/workflows/docs.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 9abac5e8f..651c28306 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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.1.7 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.1.7 with: name: coverity-logs-windows-macos path: build/cov-int diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 4ec09a502..0de788420 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -45,7 +45,7 @@ jobs: cancel-in-progress: true steps: - name: downlod artifact - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4.1.7 with: name: HIDAPI_doxygen_docs path: docs From dd081d825771b778ece630282c795fa40cb619bc Mon Sep 17 00:00:00 2001 From: Ihor Dutchak Date: Wed, 4 Sep 2024 13:59:30 +0300 Subject: [PATCH 2/2] Apply suggestions from code review --- .github/workflows/checks.yml | 4 ++-- .github/workflows/docs.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 651c28306..30727f434 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -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@v4.1.7 + - 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@v4.1.7 + - uses: actions/download-artifact@v4 with: name: coverity-logs-windows-macos path: build/cov-int diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index 0de788420..2f2f06192 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -45,7 +45,7 @@ jobs: cancel-in-progress: true steps: - name: downlod artifact - uses: actions/download-artifact@v4.1.7 + uses: actions/download-artifact@v4 with: name: HIDAPI_doxygen_docs path: docs