File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,31 +43,31 @@ jobs:
4343 run : choco pack Source\ChocolatelyPackages\sqlcequery.nuspec --version ${{ env.VERSION }}-alpha
4444
4545 - name : Publish artifacts
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : Installer (x64)
4949 path : Source/Artifacts/SQLCEQueryAnalyzer-Setup-x64.exe
5050
5151 - name : Publish artifacts
52- uses : actions/upload-artifact@v3
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : Binaries (x64)
5555 path : Source/Binaries/Release/x64/**/*
5656
5757 - name : Publish artifacts
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : Installer (x86)
6161 path : Source/Artifacts/SQLCEQueryAnalyzer-Setup-x86.exe
6262
6363 - name : Publish artifacts
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : Binaries (x86)
6767 path : Source/Binaries/Release/x86/**/*
6868
6969 - name : Publish artifacts
70- uses : actions/upload-artifact@v3
70+ uses : actions/upload-artifact@v4
7171 with :
7272 name : ChocolatelyPackage
7373 path : sqlcequery.${{ env.VERSION }}-alpha.nupkg
Original file line number Diff line number Diff line change @@ -37,31 +37,31 @@ jobs:
3737 run : choco pack Source\ChocolatelyPackages\sqlcequery.nuspec --version ${{ env.VERSION }}
3838
3939 - name : Publish artifacts
40- uses : actions/upload-artifact@v3
40+ uses : actions/upload-artifact@v4
4141 with :
4242 name : Installer (x64)
4343 path : Source/Artifacts/SQLCEQueryAnalyzer-Setup-x64.exe
4444
4545 - name : Publish artifacts
46- uses : actions/upload-artifact@v3
46+ uses : actions/upload-artifact@v4
4747 with :
4848 name : Binaries (x64)
4949 path : Source/Artifacts/SQLCEQueryAnalyzer-Binaries-x64.zip
5050
5151 - name : Publish artifacts
52- uses : actions/upload-artifact@v3
52+ uses : actions/upload-artifact@v4
5353 with :
5454 name : Installer (x86)
5555 path : Source/Artifacts/SQLCEQueryAnalyzer-Setup-x86.exe
5656
5757 - name : Publish artifacts
58- uses : actions/upload-artifact@v3
58+ uses : actions/upload-artifact@v4
5959 with :
6060 name : Binaries (x86)
6161 path : Source/Artifacts/SQLCEQueryAnalyzer-Binaries-x86.zip
6262
6363 - name : Publish artifacts
64- uses : actions/upload-artifact@v3
64+ uses : actions/upload-artifact@v4
6565 with :
6666 name : ChocolatelyPackage
6767 path : sqlcequery.${{ env.VERSION }}.nupkg
You can’t perform that action at this time.
0 commit comments