diff --git a/.github/workflows/check-dfdutils.yml b/.github/workflows/check-dfdutils.yml index 96f09b5..ae350d6 100644 --- a/.github/workflows/check-dfdutils.yml +++ b/.github/workflows/check-dfdutils.yml @@ -50,10 +50,10 @@ jobs: # ".dll.a" extension. I have neither the time nor energy to find out # how to change the behaviour. Use VS. - os: windows-latest - generator: 'Visual Studio 17 2022' + generator: 'Visual Studio 18 2026' config: Release - os: windows-latest - generator: 'Visual Studio 17 2022' + generator: 'Visual Studio 18 2026' config: Debug runs-on: ${{ matrix.os }} @@ -63,7 +63,7 @@ jobs: #WERROR: ON steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 # with: # # Fetch all history to make sure tags are # # included (used for version creation) @@ -91,7 +91,7 @@ jobs: - name: Upload artifact libdfdutils if: matrix.config == 'Release' - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: libdfdutils-${{ runner.os }}-${{ runner.arch }} path: ${{env.BUILD_DIR}}/Release/*dfdutils* @@ -99,7 +99,7 @@ jobs: - name: Upload generated HTML documentation for GitHub Pages if: matrix.os == 'ubuntu-latest' && matrix.config == 'Release' id: deployment - uses: actions/upload-pages-artifact@v3 + uses: actions/upload-pages-artifact@v5 with: path: ${{ env.BUILD_DIR }}/doc/html diff --git a/.github/workflows/check-reuse.yml b/.github/workflows/check-reuse.yml index c358aa5..03b9717 100644 --- a/.github/workflows/check-reuse.yml +++ b/.github/workflows/check-reuse.yml @@ -27,7 +27,7 @@ jobs: env: GIT_LFS_SKIP_SMUDGE: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: fetch-depth: 0