Skip to content

Commit

Permalink
Merge pull request #7422 from rabbitmq/dependabot/github_actions/v3.9…
Browse files Browse the repository at this point in the history
….x/actions/upload-artifact-3.1.2
  • Loading branch information
michaelklishin authored Feb 25, 2023
2 parents 51d7ad3 + 931b884 commit fcff6a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/perform-bazel-execution-comparison.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
--config=rbe-${{ matrix.erlang_version }} \
--execution_log_binary_file=/tmp/exec.log
- name: SAVE EXECUTION LOG BINARY
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v3
with:
name: execution-log-binary-A
path: /tmp/exec.log
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
--config=rbe-${{ matrix.erlang_version }} \
--execution_log_binary_file=/tmp/exec.log
- name: SAVE EXECUTION LOG BINARY
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v3
with:
name: execution-log-binary-B
path: /tmp/exec.log
Expand Down Expand Up @@ -105,7 +105,7 @@ jobs:
--output_path=/tmp/execution-log-binary-A.log.txt \
--output_path=/tmp/execution-log-binary-B.log.txt
- name: SAVE PARSED LOGS
uses: actions/upload-artifact@v2-preview
uses: actions/upload-artifact@v3
with:
name: parsed-logs
path: /tmp/execution-log-binary-*.log.txt

0 comments on commit fcff6a4

Please sign in to comment.