diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e9b61e1..81947f8 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -68,7 +68,7 @@ jobs: os: [macos-15, windows-2025, ubuntu-24.04] steps: - name: Download built action - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: built-action - name: Test action with Python ${{ inputs.python-version }} @@ -109,7 +109,7 @@ jobs: os: [macos-15, windows-2025, ubuntu-24.04] steps: - name: Download built action - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 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 e9b8929..3cb4f8c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -134,7 +134,7 @@ jobs: matrix: ${{ fromJSON(needs.create_matrix.outputs.matrix-json) }} steps: - name: Download built action - uses: actions/download-artifact@v5 + uses: actions/download-artifact@v6 with: name: built-action - name: Test action with Python ${{ matrix.python-version }}