Skip to content

Commit

Permalink
Merge pull request #16 from warwickmm/update_actions
Browse files Browse the repository at this point in the history
Update workflow actions
  • Loading branch information
dwillis authored Sep 10, 2024
2 parents 0635a64 + ad65901 commit abac5b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/data_tests_changed_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/pull_request_comment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit abac5b7

Please sign in to comment.