Skip to content

Commit

Permalink
build: fix integration-tests by updade actions/upload-artifact to v4 (#…
Browse files Browse the repository at this point in the history
…353)

Signed-off-by: FabioPinheiro <[email protected]>
  • Loading branch information
FabioPinheiro authored Sep 30, 2024
1 parent f7cb882 commit 2c28663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
./gradlew reports
- name: Upload artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: e2e-tests-result
path: ${{ env.REPORTS_DIR }}
Expand Down

0 comments on commit 2c28663

Please sign in to comment.