Skip to content

Commit

Permalink
IN-591 Upgrade artifact upload.
Browse files Browse the repository at this point in the history
  • Loading branch information
TBPLtd committed Sep 20, 2024
1 parent b1d4c9d commit ccb95e5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:

# Upload any artefact produced.
- name: Upload Document
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
path: document/target/*.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:

# Upload any artefact produced.
- name: Upload Document
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
path: document/target/*.pdf
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

# Upload any artefact produced.
- name: Upload Document
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: ${{ env.BUILD_NAME }}-artifact
path: document/target/*.pdf
Expand Down

0 comments on commit ccb95e5

Please sign in to comment.