Skip to content

Commit

Permalink
Update GitHub actions per deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
josh-berry committed Sep 2, 2024
1 parent d550deb commit b177977
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Dependencies
Expand All @@ -29,16 +29,16 @@ jobs:
- name: Test
run: make check-tests
- name: Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
file: ./coverage/lcov.info
- name: Make Firefox Package (Debug)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: firefox
path: dist/**/*
- name: Make Chrome Package (Debug)
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: chrome
path: dist-chrome/**/*
2 changes: 1 addition & 1 deletion .github/workflows/test-release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20.x
- name: Install Dependencies
Expand Down

0 comments on commit b177977

Please sign in to comment.