From 877296ca5c29141a4910ec6164f21bbccf612bae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 20:56:29 +0000 Subject: [PATCH] Bump actions/download-artifact from 1 to 4.1.7 in /.github/workflows Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 1 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v1...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/master.yml | 8 ++++---- .github/workflows/pr.yml | 6 +++--- .github/workflows/release.yml | 8 ++++---- .github/workflows/status.yml | 2 +- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 9662ffa..c1f532d 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -401,21 +401,21 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download coverage result - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage-windows path: coverage-windows - name: Upload coverage to Codecov run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -s coverage-windows - name: Download coverage result - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage-linux path: coverage-linux - name: Upload coverage to Codecov run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -s coverage-linux - name: Download coverage result - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage-osx path: coverage-osx @@ -431,7 +431,7 @@ jobs: contents: write steps: - name: Download generated pages - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: docs - name: Deploy pages diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6a6a0ca..5dddd06 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -398,21 +398,21 @@ jobs: steps: - uses: actions/checkout@v2 - name: Download coverage result - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage-windows path: coverage-windows - name: Upload coverage to Codecov run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -s coverage-windows - name: Download coverage result - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage-linux path: coverage-linux - name: Upload coverage to Codecov run: bash <(curl -s https://codecov.io/bash) -t ${{ secrets.CODECOV_TOKEN }} -s coverage-linux - name: Download coverage result - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: coverage-osx path: coverage-osx diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index efcfb72..86cf186 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -118,22 +118,22 @@ jobs: echo ::set-output name=TAGNAME::${GITHUB_REF#refs/tags/} echo ::set-output name=PROJNAME::${GITHUB_REPOSITORY#$GITHUB_ACTOR/} - name: Download windows-x86-binary - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: windows-x86-binary path: ./ - name: Download windows-x86_64-binary - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: windows-x86_64-binary path: ./ - name: Download linux-x86_64-binary - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: linux-x86_64-binary path: ./ - name: Download osx-x86_64-binary - uses: actions/download-artifact@v1 + uses: actions/download-artifact@v4.1.7 with: name: osx-x86_64-binary path: ./ diff --git a/.github/workflows/status.yml b/.github/workflows/status.yml index 68cb723..ec46fac 100644 --- a/.github/workflows/status.yml +++ b/.github/workflows/status.yml @@ -371,7 +371,7 @@ jobs: contents: write steps: - name: Download generated pages - uses: actions/download-artifact@v2 + uses: actions/download-artifact@v4.1.7 with: name: docs path: docs