diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dd30d80..9bb6373 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: python -m build - name: Upload build artifacts - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: dist path: copilot-cli-plugin/mcp/dist/ diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index dd02b39..6ac9cb8 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -43,7 +43,7 @@ jobs: - name: Upload Pester results if: always() - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: pester-results-${{ matrix.os }} path: pester-results.xml @@ -78,7 +78,7 @@ jobs: - name: Upload coverage if: matrix.python == '3.12' - uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2 + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 with: name: coverage-xml path: copilot-cli-plugin/mcp/coverage.xml