diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11e7ff1..b604b5e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,17 +22,17 @@ jobs: steps: - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 9.0.x cache: true cache-dependency-path: src/InstantReplay/InstantReplay.csproj - name: Cache OBS runtime - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: runtime/obs key: obs-32.1.2-windows-x64-${{ hashFiles('tools/AcquireObsRuntime.ps1') }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5602090..28ea9bd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -46,19 +46,19 @@ jobs: GH_TOKEN: ${{ github.token }} - name: Check out source - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 - name: Set up .NET - uses: actions/setup-dotnet@v5 + uses: actions/setup-dotnet@v6 with: dotnet-version: 9.0.x cache: true cache-dependency-path: src/InstantReplay/InstantReplay.csproj - name: Cache OBS runtime - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: runtime/obs key: obs-32.1.2-windows-x64-${{ hashFiles('tools/AcquireObsRuntime.ps1') }} @@ -177,7 +177,7 @@ jobs: } - name: Upload workflow artifact - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: Captail-${{ inputs.version }}-win-x64 path: |