Skip to content

Commit

Permalink
Update dependency actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jonclayden committed Mar 5, 2024
1 parent 9ad0590 commit e82cfb0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
# Check out the repository under $GITHUB_WORKSPACE
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Install and set up R
- uses: r-lib/actions/setup-r@v2
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
# Upload the check directory as an artefact on failure
- name: Upload check results
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-results
path: Rcheck
Expand All @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Compile standalone programs
run: cd standalone && make -f nii_info.make
Expand All @@ -85,7 +85,7 @@ jobs:
runs-on: windows-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

# Set up Developer Command Prompt to see MSVC commands
- uses: ilammy/msvc-dev-cmd@v1
Expand Down

0 comments on commit e82cfb0

Please sign in to comment.