Skip to content

Commit

Permalink
upgrade actions/upload-artifact to v3
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Jareš <Pavel.Jares@broadcom.com>
  • Loading branch information
pj892031 committed Jan 14, 2025
1 parent 738d315 commit df1777b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: ./gradlew coverage

- name: Store test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: UnitTestResults
Expand Down Expand Up @@ -151,7 +151,7 @@ jobs:
run: docker compose -f .apiml/docker-compose.yml logs

- name: Store test results
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: always()
with:
name: IntegrationTestResults
Expand Down

0 comments on commit df1777b

Please sign in to comment.