Skip to content

Commit

Permalink
Update workflow to use artifact actions v4 and update actions/cache f…
Browse files Browse the repository at this point in the history
…rom v2 to v4

Signed-off-by: Joyce Quach <[email protected]>
  • Loading branch information
jtquach1 committed Dec 12, 2024
1 parent b7bdab4 commit 3513b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
with:
node-version: '14'
- name: Cache ruby gems
uses: actions/cache@v1
uses: actions/cache@v4
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run eslint
run: yarn lint:ci
- name: Upload coverage results
uses: actions/upload-artifact@master
uses: actions/upload-artifact@v4
if: always()
with:
name: coverage-report
Expand Down

0 comments on commit 3513b29

Please sign in to comment.