Skip to content

Commit

Permalink
Update the R-CMD-check workflows: use the most recent 'actions/uploa…
Browse files Browse the repository at this point in the history
…d-artifact'
  • Loading branch information
aursiber committed Mar 15, 2024
1 parent c50df37 commit 4097c08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-bin-macOS-M1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pkgbuild::build(".", binary = TRUE)
shell: Rscript {0}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries-for-mac-M1
path: /Users/runner/work/ade4/ade4_*.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-bin-macOS-x64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pkgbuild::build(".", binary = TRUE)
shell: Rscript {0}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries-for-mac-x64
path: /Users/runner/work/ade4/ade4_*.tgz
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-bin-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
pkgbuild::build(".", binary = TRUE)
shell: Rscript {0}

- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: binaries-for-windows
path: D:/a/ade4/ade4*.zip

0 comments on commit 4097c08

Please sign in to comment.