Skip to content

Commit 87b612c

Browse files
Bump actions/upload-artifact from 3.1.1 to 3.1.2
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3.1.1...v3.1.2) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0891e58 commit 87b612c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/perform-bazel-execution-comparison.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
--config=rbe-${{ matrix.erlang_version }} \
3939
--execution_log_binary_file=/tmp/exec.log
4040
- name: SAVE EXECUTION LOG BINARY
41-
uses: actions/upload-artifact@v3.1.1
41+
uses: actions/upload-artifact@v3.1.2
4242
with:
4343
name: execution-log-binary-A
4444
path: /tmp/exec.log
@@ -73,7 +73,7 @@ jobs:
7373
--config=rbe-${{ matrix.erlang_version }} \
7474
--execution_log_binary_file=/tmp/exec.log
7575
- name: SAVE EXECUTION LOG BINARY
76-
uses: actions/upload-artifact@v3.1.1
76+
uses: actions/upload-artifact@v3.1.2
7777
with:
7878
name: execution-log-binary-B
7979
path: /tmp/exec.log
@@ -106,7 +106,7 @@ jobs:
106106
--output_path=/tmp/execution-log-binary-A.log.txt \
107107
--output_path=/tmp/execution-log-binary-B.log.txt
108108
- name: SAVE PARSED LOGS
109-
uses: actions/upload-artifact@v3.1.1
109+
uses: actions/upload-artifact@v3.1.2
110110
with:
111111
name: parsed-logs
112112
path: /tmp/execution-log-binary-*.log.txt

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Upload Test Artifacts
9797
if: always()
98-
uses: actions/upload-artifact@v3.1.1
98+
uses: actions/upload-artifact@v3.1.2
9999
with:
100100
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
101101
path: |

0 commit comments

Comments
 (0)