diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3dd7cdd..917ffa2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -68,7 +68,7 @@ jobs: run: dotnet test --no-restore --no-build --framework net10.0 "/Property:Platform=${{ env.BuildPlatform }};Configuration=${{ env.BuildConfiguration }}" "/BinaryLogger:${{ env.ArtifactsDirectoryName }}/test-net10.0.binlog" - name: Upload Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() with: name: ${{ env.ArtifactsDirectoryName }}-${{ matrix.name }} diff --git a/.github/workflows/Official.yml b/.github/workflows/Official.yml index 06548c1..84d4556 100644 --- a/.github/workflows/Official.yml +++ b/.github/workflows/Official.yml @@ -38,7 +38,7 @@ jobs: run: dotnet build "/Property:Platform=${{ env.BuildPlatform }};Configuration=${{ env.BuildConfiguration }}" "/BinaryLogger:${{ env.ArtifactsDirectoryName }}\build.binlog" - name: Upload Artifacts - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 if: success() with: name: ${{ env.ArtifactsDirectoryName }}