Skip to content

Commit

Permalink
Update artifact GHA actions (#188)
Browse files Browse the repository at this point in the history
  • Loading branch information
Malax authored Mar 11, 2024
1 parent 12b3fa0 commit 37c0508
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
distribution: zulu
java-version: 11
- run: "./mvnw --batch-mode clean verify package"
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: agent-jar
path: target/heroku-java-metrics-agent.jar
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
uses: Swatinem/[email protected]
with:
workspaces: "./integration-test"
- uses: actions/download-artifact@v3
- uses: actions/download-artifact@v4
with:
name: agent-jar
- name: Run integration tests
Expand Down

0 comments on commit 37c0508

Please sign in to comment.