From d1b352c428ff9a7a4d108121c0f11e66b2ac70d7 Mon Sep 17 00:00:00 2001 From: alvicsam Date: Wed, 30 Oct 2024 17:02:41 +0100 Subject: [PATCH] pin version --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eae34b63c8..603000c082 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -204,9 +204,9 @@ jobs: mv -v ./ci.Dockerfile ./artifacts/ - name: upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3 with: - name: ${{ github.job }}-${{ github.sha }} + name: build-${{ github.sha }} path: artifacts retention-days: 1