Skip to content

Commit

Permalink
artifact download action updated
Browse files Browse the repository at this point in the history
  • Loading branch information
azimov committed Sep 10, 2024
1 parent e98c495 commit deb2d20
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/R_CMD_check_Hades.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
- name: Download package tarball
if: ${{ env.new_version != '' }}
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: package_tarball

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/R_CMD_check_sqlite_only.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ jobs:
- name: Download package tarball
if: ${{ env.new_version != '' }}
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: package_tarball

Expand Down

0 comments on commit deb2d20

Please sign in to comment.