diff --git a/.github/workflows/build_code.yml b/.github/workflows/build_code.yml index 84ba92ee..940ec530 100644 --- a/.github/workflows/build_code.yml +++ b/.github/workflows/build_code.yml @@ -28,7 +28,7 @@ jobs: args: build --clean --snapshot --skip=post-hooks --skip=before workdir: src - name: Archive production artifacts - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: builds retention-days: 1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7302376c..fc6a887e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -63,7 +63,7 @@ jobs: - name: Post Build 🤐 run: | ./post.ps1 - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: build-artifacts path: | @@ -100,7 +100,7 @@ jobs: run: | $version = '${{ needs.changelog.outputs.version }}'.TrimStart("v") ./build.ps1 -Architecture ${{ matrix.arch }} -Version $version -Copy -Sign - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 with: name: msi-artifact-${{ matrix.arch }} path: |