Skip to content

Commit 1a9b0ad

Browse files
committed
update workflows
1 parent 550bbe4 commit 1a9b0ad

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/binary-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
mkdir -p ${{ github.workspace }}/artifacts
3737
cp ${{ env.release_name }}.tar.gz ${{ github.workspace }}/artifacts
3838
39-
- uses: actions/upload-artifact@v5
39+
- uses: actions/upload-artifact@v7
4040
with:
4141
name: source_tarball
4242
path: ${{ github.workspace }}/artifacts/${{ env.release_name }}.tar.gz

.github/workflows/r-cmd-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
7272
- uses: r-lib/actions/check-r-package@v2
7373

74-
- uses: actions/upload-artifact@v5
74+
- uses: actions/upload-artifact@v7
7575
with:
7676
name: ${{ matrix.config.os }}-${{ matrix.config.r }}-results
7777
path: check/${{ vars.repo_name }}.Rcheck/00check.log

0 commit comments

Comments
 (0)