Skip to content

Commit aadb016

Browse files
committed
github actions update
1 parent c0b9426 commit aadb016

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/R_CMD_check_Hades.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Upload source package
104104
if: success() && runner.os == 'macOS' && github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
105-
uses: actions/upload-artifact@v2
105+
uses: actions/upload-artifact@v4
106106
with:
107107
name: package_tarball
108108
path: check/*.tar.gz
@@ -172,7 +172,7 @@ jobs:
172172
173173
- name: Download package tarball
174174
if: ${{ env.new_version != '' }}
175-
uses: actions/download-artifact@v2
175+
uses: actions/download-artifact@4.1.7
176176
with:
177177
name: package_tarball
178178

0 commit comments

Comments
 (0)