diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 9687f95..c035c6a 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -102,7 +102,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #v4.4.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3 with: name: artifacts path: dist/**/* diff --git a/.github/workflows/snapshot.yaml b/.github/workflows/snapshot.yaml index 1408263..6682fb4 100644 --- a/.github/workflows/snapshot.yaml +++ b/.github/workflows/snapshot.yaml @@ -39,7 +39,7 @@ jobs: - name: Build snapshot artifacts run: make snapshot - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 #v4.4.0 + - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 #v4.4.3 with: name: artifacts path: snapshot/**/*