Skip to content

Commit

Permalink
Revert download-artifact for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurphy18 committed Jul 15, 2024
1 parent 79264af commit 0daa3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ jobs:
git config --global commit.gpgsign true
- name: Download Release Details
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: release-details

Expand Down Expand Up @@ -260,7 +260,7 @@ jobs:
repository: ${{ github.repository }}
ssh-key: ${{ secrets.SALT_BOOTSTRAP_RELEASE_KEY }}
- name: Download Release Details
uses: actions/download-artifact@v4
uses: actions/download-artifact@v3
with:
name: release-details

Expand Down

0 comments on commit 0daa3c4

Please sign in to comment.