From 9b8630e8d3436e84999f89d465de5efc2dd460ff Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Mon, 26 Feb 2024 18:21:00 +0000 Subject: [PATCH] ci: pin dependency for actions/upload-artifact Pin the dep for actions/upload-artifact --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 82844edae212..30a764a4d1d5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -265,7 +265,7 @@ jobs: - name: Build and create package artifacts run: ./scripts/create-package-archives.js --suffix "pr${{github.event.number}}-$(git rev-parse --short HEAD)" - name: Upload artifacts - uses: actions/upload-artifact@v3 + uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # tag=v4.3.1 with: name: Package Artifacts path: dist/release-archives