Update upload-artifact action to v4

This commit is contained in:
Huntarr Developer
2025-05-19 19:41:39 -04:00
parent 980c97f623
commit cff0ee465f
+1 -1
View File
@@ -70,7 +70,7 @@ jobs:
Get-ChildItem -Path installer -Filter *.exe | ForEach-Object { Write-Host $_.FullName }
- name: Upload installer
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: huntarr-installer
path: installer/Huntarr_Setup.exe