diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 081c4ae..71aa290 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: if: ${{ github.event.workflow_run.conclusion == 'success' }} && ${{ github.ref == 'refs/heads/main' || github.event_name == 'schedule' }} && "!contains(github.event.head_commit.message, '[skip-build]')" steps: - name: Download Test Data - uses: dawidd6/action-download-artifact@v8 + uses: dawidd6/action-download-artifact@v9 with: name: test-data workflow: build.yml