Skip to content

Commit 11c8ba3

Browse files
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 98c825a commit 11c8ba3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/R_CMD_check_Hades.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
166166
- name: Download package tarball
167167
if: ${{ env.new_version != '' }}
168-
uses: actions/download-artifact@v2
168+
uses: actions/download-artifact@v4.1.7
169169
with:
170170
name: package_tarball
171171

0 commit comments

Comments
 (0)