We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0b9426 commit aadb016Copy full SHA for aadb016
1 file changed
.github/workflows/R_CMD_check_Hades.yaml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Upload source package
104
if: success() && runner.os == 'macOS' && github.event_name != 'pull_request' && github.ref == 'refs/heads/main'
105
- uses: actions/upload-artifact@v2
+ uses: actions/upload-artifact@v4
106
with:
107
name: package_tarball
108
path: check/*.tar.gz
@@ -172,7 +172,7 @@ jobs:
172
173
- name: Download package tarball
174
if: ${{ env.new_version != '' }}
175
- uses: actions/download-artifact@v2
+ uses: actions/download-artifact@4.1.7
176
177
178
0 commit comments