Skip to content

Commit

Permalink
Updated testing.yml in github actions to no longer use version 3. Upd…
Browse files Browse the repository at this point in the history
…ated to use version 4.
  • Loading branch information
bluebamus committed Feb 18, 2025
1 parent e322143 commit 3838648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
mkdir release
cp htmlcov.zip ./release
- name: Upload coverage zip file
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: coverage zip file
path: ./release
Expand Down

0 comments on commit 3838648

Please sign in to comment.