From bca6d3fb5e4bfee951cc48a9c2425783cb2a86f6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 4 Jan 2026 01:05:37 +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 }}