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