Skip to content

Commit

Permalink
Fix GitHub Actions Node.js deprecation, again
Browse files Browse the repository at this point in the history
  • Loading branch information
lczech committed Feb 16, 2024
1 parent d3e59ed commit cd9e1f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ jobs:

- name: Setup C++
# Reference: https://github.com/marketplace/actions/setup-cpp-c-c
uses: aminya/setup-cpp@v0.36.1
uses: aminya/setup-cpp@v0.36.2
if: matrix.compiler != 'apple'
with:
compiler: ${{ matrix.compiler }}
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
- name: Upload Logs
if: always()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4.3.1
with:
name: logs-${{ matrix.os }}-${{ matrix.compiler }}
path: |
Expand Down

0 comments on commit cd9e1f7

Please sign in to comment.