Skip to content

Commit

Permalink
Merge pull request #35 from lrnv/update-tic
Browse files Browse the repository at this point in the history
Update tic templates [ci-skip]
  • Loading branch information
lrnv authored Nov 26, 2023
2 parents 55ee3cc + 75607c3 commit f94d3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tic.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-08-28
## revision date: 2023-05-22
on:
workflow_dispatch:
push:
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
- name: "[Cache] Prepare daily timestamp for cache"
if: runner.os != 'Windows'
id: date
run: echo "::set-output name=date::$(date '+%d-%m')"
run: echo "date=$(date '+%d-%m')" >> $GITHUB_OUTPUT

- name: "[Cache] Cache R packages"
if: runner.os != 'Windows'
Expand All @@ -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 f94d3f3

Please sign in to comment.