Skip to content

Commit

Permalink
Updated deprecated Node.js actions
Browse files Browse the repository at this point in the history
  • Loading branch information
scharlton2 committed Apr 11, 2024
1 parent 0aa4442 commit aaed6fe
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

- name: Cache numdiff
id: cache-numdiff
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ runner.workspace }}/${{ matrix.sys }}
key: ${{ runner.workspace }}-${{ matrix.sys }}
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
ldd $(cygpath "${{ runner.workspace }}/${{ matrix.sys }}/${{ matrix.sys }}")/bin/msys-2.0.dll
- name: 'Upload artifact'
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.sys }}-artifact
path: ${{ runner.workspace }}/${{ matrix.sys }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:

- name: Download numdiff (Windows)
if: runner.os == 'Windows'
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: mingw32-artifact

Expand All @@ -171,7 +171,7 @@ jobs:
run: ctest -S cmemcheck.cmake -DCTEST_TEST_TIMEOUT=900

- name: Upload results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ matrix.os }}-results
path: ${{ github.workspace }}/_ctest/Testing/

0 comments on commit aaed6fe

Please # to comment.