From 43095914a290af2e5ab2715bb693a94bf833a3da Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 21 Dec 2025 01:01:51 +0000 Subject: [PATCH] fix(deps): update github action versions --- .github/workflows/integration-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yml b/.github/workflows/integration-test.yml index 4578a18..f9781d9 100644 --- a/.github/workflows/integration-test.yml +++ b/.github/workflows/integration-test.yml @@ -171,7 +171,7 @@ jobs: - name: Upload generated README as artifact if: always() - uses: actions/upload-artifact@v5.0.0 + uses: actions/upload-artifact@v6.0.0 with: name: readme-${{ matrix.artifact_name }}-${{ github.run_number }} path: test-repo/${{ matrix.readme_path }}