Skip to content

Commit

Permalink
⬆️ Upgrade upload-artifact from v2 to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
Lysoun committed Oct 1, 2024
1 parent 0f4d85d commit 8e4ba10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:

- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: backend-tests-results # Name artifact for storage in cache
path: |
Expand All @@ -48,7 +48,7 @@ jobs:
run: yarn run test
- name: Upload Unit Test Results
if: always()
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: frontend-unit-tests-results # Name artifact for storage in cache
path: |
Expand Down

0 comments on commit 8e4ba10

Please sign in to comment.