Skip to content

Commit 3513b29

Browse files
committed
Update workflow to use artifact actions v4 and update actions/cache from v2 to v4
Signed-off-by: Joyce Quach <[email protected]>
1 parent b7bdab4 commit 3513b29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
with:
4242
node-version: '14'
4343
- name: Cache ruby gems
44-
uses: actions/cache@v1
44+
uses: actions/cache@v4
4545
with:
4646
path: vendor/bundle
4747
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
@@ -70,7 +70,7 @@ jobs:
7070
- name: Run eslint
7171
run: yarn lint:ci
7272
- name: Upload coverage results
73-
uses: actions/upload-artifact@master
73+
uses: actions/upload-artifact@v4
7474
if: always()
7575
with:
7676
name: coverage-report

0 commit comments

Comments
 (0)