From 5c16f42d208477b4dac03d59f9e5a60baeef9375 Mon Sep 17 00:00:00 2001 From: Henry-Hiles Date: Tue, 11 Aug 2026 19:58:15 -0400 Subject: [PATCH] pin upload-artifact to a commit --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index c7cfd2e..51e981a 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -41,7 +41,7 @@ jobs: - name: Create DMG id: create-dmg - uses: L-Super/create-dmg-actions@v1 + uses: L-Super/create-dmg-actions@28511e988b13ca34096d439159a66d468b8e724f with: dmg_name: nexus src_dir: build/macos/Build/Products/Release/Nexus.app @@ -50,4 +50,4 @@ jobs: uses: actions/upload-artifact@v6 with: name: nexus.dmg - path: "${{ steps.create-dmg.outputs.dmg_path }}" + path: ${{ steps.create-dmg.outputs.dmg_path }}