Skip to content

Commit

Permalink
update tic templates (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
pat-s authored May 28, 2023
1 parent 3a40019 commit b4d2a14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## tic GitHub Actions template: linux-macos-windows-deploy
## revision date: 2022-11-23
## revision date: 2023-05-22
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:

- name: "[Stage] Upload R CMD check artifacts"
if: failure()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
Expand Down

0 comments on commit b4d2a14

Please sign in to comment.