diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index e1dc4d3d..eb523615 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -206,7 +206,7 @@ jobs: - name: Upload the patch if: steps.diff.outputs.dirty == 'true' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: swift-format-patch path: ${{ runner.temp }}/swift-format.patch diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5482a995..eac57ac7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -255,7 +255,7 @@ jobs: scripts/release-build.sh ${args[@]+"${args[@]}"} - name: Upload release artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: release-${{ needs.resolve.outputs.version }} # Explicit paths, not the whole build/release tree: derived/ and @@ -298,7 +298,7 @@ jobs: persist-credentials: true - name: Download release artifacts - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 with: name: release-${{ needs.resolve.outputs.version }} path: blurt/build/release