8000 Update checkout and upload-artifact actions to @v6 by eddelbuettel · Pull Request #7 · jonclayden/RcppArray · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 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:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v6

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