diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 701405fc..7975e254 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -66,7 +66,7 @@ jobs: os: [macos-12, windows-2022, ubuntu-22.04] steps: - name: Download built action - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built-action - name: Test action with Python ${{ inputs.python-version }} @@ -106,7 +106,7 @@ jobs: os: [macos-12, windows-2022, ubuntu-22.04] steps: - name: Download built action - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built-action - name: Test action with Python ${{ inputs.python-version }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2a95a5dd..6f165c3a 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -128,7 +128,7 @@ jobs: matrix: ${{ fromJSON(needs.create_matrix.outputs.matrix-json) }} steps: - name: Download built action - uses: actions/download-artifact@v3 + uses: actions/download-artifact@v4 with: name: built-action - name: Test action with Python ${{ matrix.python-version }}