Skip to content

Commit df1f06b

Browse files
Bump carlosperate/download-file-action from 2.0.1 to 2.0.2 (#4794)
1 parent f2ae45e commit df1f06b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-installer.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,21 +30,21 @@ jobs:
3030
working-directory: ${{ github.workspace }}/installer
3131
run: move microk8s.exe ./windows/microk8s.exe
3232
- name: Download EnVar plugin for NSIS
33-
uses: carlosperate/[email protected].1
33+
uses: carlosperate/[email protected].2
3434
with:
3535
file-url: https://github.com/GsNSIS/EnVar/releases/download/v0.3.1/EnVar-Plugin.zip
3636
file-name: envar_plugin.zip
3737
location: ${{ github.workspace }}
3838
- name: Extract EnVar plugin
3939
run: 7z x -o"C:/Program Files (x86)/NSIS" "${{ github.workspace }}/envar_plugin.zip"
4040
- name: Download Multipass installer
41-
uses: carlosperate/[email protected].1
41+
uses: carlosperate/[email protected].2
4242
with:
4343
file-url: https://github.com/canonical/multipass/releases/download/v1.12.2/multipass-1.12.2+win-win64.exe
4444
file-name: multipass.exe
4545
location: ${{ github.workspace }}/installer/windows
4646
- name: Download kubectl
47-
uses: carlosperate/[email protected].1
47+
uses: carlosperate/[email protected].2
4848
with:
4949
file-url: https://storage.googleapis.com/kubernetes-release/release/v1.28.3/bin/windows/amd64/kubectl.exe
5050
file-name: kubectl.exe

0 commit comments

Comments
 (0)