Skip to content

Commit

Permalink
Upgrade upload-artifact from a non-deprecated version #2 [DI-421][5…
Browse files Browse the repository at this point in the history
….3.8] (#879)

When the original fix was cherry-picked into `5.3.8` -
#878 - an additional
usage - _only present in `5.3.8` - was missed.
  • Loading branch information
JackPGreen authored Feb 6, 2025
1 parent b8bd656 commit f260e58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tag_image_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
- name: Store docker logs as artifact
if: ${{ always() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: docker-logs${{ matrix.suffix }}-jdk${{ matrix.jdk }}
path: |
Expand Down

0 comments on commit f260e58

Please sign in to comment.