Skip to content

Commit

Permalink
GHA: Use actions/download-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbadr committed Apr 23, 2024
1 parent 1358bf8 commit 76ec185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# email: [email protected]
# institute: Johns Hopkins University
# correspondence: true
# date: "9 March 2022"
# date: "23 April 2024"

# yamllint disable rule:line-length

Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:

steps:
- name: Download artifacts
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
path: ./

Expand Down

0 comments on commit 76ec185

Please sign in to comment.