Skip to content

Commit

Permalink
Bump actions/download-artifact from 4.1.2 to 4.1.7 in /.github/workfl…
Browse files Browse the repository at this point in the history
…ows (#232)
  • Loading branch information
dependabot[bot] authored Sep 28, 2024
1 parent 052fb25 commit 98a85a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -278,17 +278,17 @@ jobs:
$env:FILE_NAME_X64="${{ env.PLUGIN_NAME }}-${{ github.sha }}-windows-x64"
echo "FILE_NAME_X64=${env:FILE_NAME_X64}" >> ${env:GITHUB_ENV}
- name: Retrieve x86 build
uses: actions/download-artifact@v4.1.2
uses: actions/download-artifact@v4.1.7
with:
name: '${{ env.FILE_NAME_X86 }}'
path: ./package
- name: Retrieve x64 build
uses: actions/download-artifact@v4.1.2
uses: actions/download-artifact@v4.1.7
with:
name: '${{ env.FILE_NAME_X64 }}'
path: ./package
- name: Retrieve installer files
uses: actions/download-artifact@v4.1.2
uses: actions/download-artifact@v4.1.7
with:
name: 'installer-files'
path: .
Expand Down

0 comments on commit 98a85a2

Please sign in to comment.