diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index 70da69b..1de4a4f 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -68,7 +68,7 @@ jobs: echo "pr-number=$(cat pr-number)" } >> "$GITHUB_OUTPUT" - name: Upload build info - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: build-info path: | @@ -180,7 +180,7 @@ jobs: run: uv build - name: Upload the built files as an artifact - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: streamlit-server-state-${{ startsWith(github.ref, 'refs/tags/v') && github.ref_name || github.sha }} path: dist