Skip to content

Commit

Permalink
Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows (#6
Browse files Browse the repository at this point in the history
)

Bumps actions/download-artifact from 2 to 4.1.7.
  • Loading branch information
axlan authored Nov 21, 2024
2 parents d887f67 + c27ca56 commit e29350c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
echo "WIN_RELEASE_DIR=$WIN_RELEASE_DIR" >> $GITHUB_ENV
- name: Download .exe Artifacts
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4.1.7
with:
name: p1-host-tools-exe
path: ${{ env.WIN_RELEASE_DIR }}
Expand Down Expand Up @@ -190,12 +190,12 @@ jobs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
steps:
- name: Get Zipped Source Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: p1-host-tools-zip

- name: Get Windows Build Artifact
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4.1.7
with:
name: p1-host-tools-exe-zip

Expand Down

0 comments on commit e29350c

Please sign in to comment.