Skip to content

Commit 647e53a

Browse files
committed
update artifact to fix bioc-check
1 parent b5cde98 commit 647e53a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/check-bioc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
fail-fast: false
5555
matrix:
5656
config:
57-
- { os: ubuntu-latest, r: '4.3', bioc: '3.18', cont: "bioconductor/bioconductor_docker:RELEASE_3_18", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
58-
- { os: macOS-latest, r: '4.3', bioc: '3.18'}
57+
- { os: ubuntu-latest, r: '4.4.2', bioc: '3.21', cont: "bioconductor/bioconductor_docker:RELEASE_3_21", rspm: "https://packagemanager.rstudio.com/cran/__linux__/focal/latest" }
58+
- { os: macOS-latest, r: '4.4.2', bioc: '3.21'}
5959
##- { os: windows-latest, r: '4.3', bioc: '3.18'}
6060
## Check https://github.com/r-lib/actions/tree/master/examples
6161
## for examples using the http-user-agent
@@ -337,9 +337,9 @@ jobs:
337337

338338
- name: Upload check results
339339
if: failure()
340-
uses: actions/upload-artifact@v2
340+
uses: actions/upload-artifact@v4
341341
with:
342-
name: ${{ runner.os }}-biocversion-RELEASE-r-4.3-results
342+
name: ${{ runner.os }}-biocversion-RELEASE-r-4.4.2-results
343343
path: check
344344

345345
- uses: docker/build-push-action@v1

0 commit comments

Comments
 (0)