diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7b88955..c8cbeb9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -73,7 +73,7 @@ jobs: run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: Cache downloaded test files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ runner.temp }}/speakeasy-api_arazzo key: arazzo-test-files-${{ steps.date.outputs.date }} @@ -126,7 +126,7 @@ jobs: run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_OUTPUT - name: Cache downloaded test files - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ runner.temp }}/speakeasy-api_arazzo key: arazzo-test-files-${{ steps.date.outputs.date }} @@ -199,7 +199,7 @@ jobs: ./.github/scripts/format-coverage.sh coverage.out "$CURRENT_COV" "$MAIN_COV" > coverage-summary.md - name: Upload coverage artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: coverage-report path: | diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 7160bab..bbdaa84 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -44,7 +44,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - name: Upload artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: always() with: name: release-artifacts diff --git a/.github/workflows/update-cmd-dependency.yaml b/.github/workflows/update-cmd-dependency.yaml index da449d5..dd3b06f 100644 --- a/.github/workflows/update-cmd-dependency.yaml +++ b/.github/workflows/update-cmd-dependency.yaml @@ -51,7 +51,7 @@ jobs: - name: Create Pull Request if: steps.changes.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: |