diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index c4dd87f3ca..ddf23037cd 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -88,7 +88,7 @@ jobs: - name: Upload hale studio build (Linux) id: upload-linux - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: hale studio (Linux) path: build/target/hale-studio-*linux*.tar.gz @@ -96,7 +96,7 @@ jobs: - name: Upload hale studio build (Windows) id: upload-windows - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: hale studio (Windows) path: build/target/hale-studio-*win32*.zip @@ -104,7 +104,7 @@ jobs: - name: Upload hale studio build (macos) id: upload-macos - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: hale studio (macos) path: build/target/hale-studio-*macosx*.dmg diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9fd47aa3e1..f2ebc2fd83 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -68,21 +68,21 @@ jobs: working-directory: ./build - name: Upload hale studio build (Linux) - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: hale studio (Linux) path: build/target/hale-studio-*linux*.tar.gz retention-days: 90 - name: Upload hale studio build (Windows) - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: hale studio (Windows) path: build/target/hale-studio-*win32*.zip retention-days: 90 - name: Upload hale studio build (macos) - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: hale studio (macos) path: build/target/hale-studio-*macosx*.dmg diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index bea6a8c024..6fe4c6561c 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -28,7 +28,7 @@ jobs: - name: Upload hale studio build (Installer) id: upload-msi - uses: actions/upload-artifact@84480863f228bb9747b473957fcc9e309aa96097 # v4.4.2 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: name: hale studio (Installer) path: build/target/*.msi