Skip to content

Commit

Permalink
Use valid actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
randymarsh77 committed Dec 3, 2024
1 parent 94fd532 commit 84c6136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:

- name: Cache coverage report
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-reports
files: macos-arm64.lcov
path: macos-arm64.lcov

macos-intel:
name: macOS (x64)
Expand All @@ -44,10 +44,10 @@ jobs:

- name: Cache coverage report
if: github.ref == 'refs/heads/master'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: coverage-reports
files: macos-x64.lcov
path: macos-x64.lcov

linux:
name: Linux
Expand Down

0 comments on commit 84c6136

Please sign in to comment.