Skip to content

Commit

Permalink
CI: Upgrade actions/upload-artifact to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Sep 11, 2024
1 parent 0146f87 commit 7eea72e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: PROPER
run: make proper
- name: CAPTURE TEST LOGS ON FAILURE
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v4
if: failure()
with:
name: ct-logs-${{matrix.otp_version}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rabbitmq-oci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: |
make package-generic-unix
- name: Upload package-generic-unix
uses: actions/upload-artifact@v4.3.1
uses: actions/upload-artifact@v4
with:
name: package-generic-unix
path: PACKAGES/rabbitmq-server-*.tar.xz
Expand Down

0 comments on commit 7eea72e

Please sign in to comment.