Skip to content

Commit

Permalink
Merge pull request #245 from JohT/renovate/actions-upload-artifact-4.x
Browse files Browse the repository at this point in the history
Update actions/upload-artifact action to v4
  • Loading branch information
JohT authored Dec 15, 2023
2 parents 309f4d9 + 44f1d61 commit 04f3058
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/native-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:

# Upload the native image agent results in case they are needed for troubleshooting for a couple of days
- name: Archive native image agent results
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: native-image-agent-results-${{ matrix.java }}
path: showcase-quarkus-eventsourcing/${{ env.native-image-agent-results-directory }}
Expand Down

0 comments on commit 04f3058

Please sign in to comment.