Skip to content

Commit

Permalink
Use latest upload-artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
maths22 committed Dec 1, 2024
1 parent 55c141e commit 62cfe29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
make universal
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: universalJavaApplicationStub
retention-days: 7
Expand All @@ -54,7 +54,7 @@ jobs:
./universalJavaApplicationStub
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: nativeJavaApplicationStub
retention-days: 7
Expand Down

0 comments on commit 62cfe29

Please sign in to comment.