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 c82b0ec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/**/*

0 comments on commit c82b0ec

Please sign in to comment.