Skip to content

Commit

Permalink
Update GitHub Action to upload-artifact@v3
Browse files Browse the repository at this point in the history
Upgraded the GitHub Action for uploading artifacts from version v2 to v3. This change ensures compatibility with the latest features and improvements provided by the GitHub Actions team.

Release-Note: update GitHub Action for artifact upload to v3

Signed-off-by: Ian Skelskey <ianskelskey@gmail.com>
  • Loading branch information
IanSkelskey committed Nov 17, 2024
1 parent fa32a06 commit 08b8fc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pre-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:

- name: Upload coverage report
if: success()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: coverage-report
path: coverage/lcov-report
Expand Down

0 comments on commit 08b8fc1

Please sign in to comment.