diff --git a/.github/workflows/data_tests_changed_files.yml b/.github/workflows/data_tests_changed_files.yml index 235b091..40d1a8c 100644 --- a/.github/workflows/data_tests_changed_files.yml +++ b/.github/workflows/data_tests_changed_files.yml @@ -40,7 +40,7 @@ jobs: - name: Get changed *.csv files id: changed-files - uses: tj-actions/changed-files@v44 + uses: tj-actions/changed-files@v45 with: path: data files: | diff --git a/.github/workflows/pull_request_comment.yml b/.github/workflows/pull_request_comment.yml index 6520612..e8e48e2 100644 --- a/.github/workflows/pull_request_comment.yml +++ b/.github/workflows/pull_request_comment.yml @@ -18,9 +18,10 @@ jobs: steps: - name: Download artifacts - uses: dawidd6/action-download-artifact@v3 + uses: actions/download-artifact@v4 with: - run_id: ${{ github.event.workflow_run.id }} + github-token: ${{ github.token }} + run-id: ${{ github.event.workflow_run.id }} - name: Read pull request number id: pull_request_number_reader