Skip to content

Commit 306bf2a

Browse files
Merge pull request #11034 from rabbitmq/dependabot/github_actions/main/actions/upload-artifact-4.3.2
Bump actions/upload-artifact from 4.3.1 to 4.3.2
2 parents c09a931 + ff6678f commit 306bf2a

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/check-build-system-equivalence.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ jobs:
6262
run: |
6363
echo "archives_dir=$(readlink -f bazel-bin)" >> $GITHUB_ENV
6464
- name: UPLOAD package-generic-unix.tar.xz
65-
uses: actions/[email protected].1
65+
uses: actions/[email protected].2
6666
with:
6767
name: bazel-package-generic-unix-${{ env.VERSION }}.tar.xz
6868
path: ${{ env.archives_dir }}/package-generic-unix.tar.xz
@@ -97,7 +97,7 @@ jobs:
9797
PACKAGES_DIR="$PWD/PACKAGES" \
9898
VERSION="$VERSION"
9999
- name: UPLOAD package-generic-unix.tar.xz
100-
uses: actions/[email protected].1
100+
uses: actions/[email protected].2
101101
with:
102102
name: make-package-generic-unix-${{ env.VERSION }}.tar.xz
103103
path: PACKAGES/rabbitmq-server-generic-unix-*.tar.xz

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
--config=rbe-${{ matrix.erlang_version }} \
3838
--execution_log_binary_file=/tmp/exec.log
3939
- name: SAVE EXECUTION LOG BINARY
40-
uses: actions/[email protected].1
40+
uses: actions/[email protected].2
4141
with:
4242
name: execution-log-binary-A
4343
path: /tmp/exec.log
@@ -72,7 +72,7 @@ jobs:
7272
--config=rbe-${{ matrix.erlang_version }} \
7373
--execution_log_binary_file=/tmp/exec.log
7474
- name: SAVE EXECUTION LOG BINARY
75-
uses: actions/[email protected].1
75+
uses: actions/[email protected].2
7676
with:
7777
name: execution-log-binary-B
7878
path: /tmp/exec.log
@@ -105,7 +105,7 @@ jobs:
105105
--output_path=/tmp/execution-log-binary-A.log.txt \
106106
--output_path=/tmp/execution-log-binary-B.log.txt
107107
- name: SAVE PARSED LOGS
108-
uses: actions/[email protected].1
108+
uses: actions/[email protected].2
109109
with:
110110
name: parsed-logs
111111
path: /tmp/execution-log-binary-*.log.txt

.github/workflows/test-authnz.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
9494
- name: Upload Test Artifacts
9595
if: always()
96-
uses: actions/[email protected].1
96+
uses: actions/[email protected].2
9797
with:
9898
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
9999
path: |

.github/workflows/test-selenium.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
9191
- name: Upload Test Artifacts
9292
if: always()
93-
uses: actions/[email protected].1
93+
uses: actions/[email protected].2
9494
with:
9595
name: test-artifacts-${{ matrix.browser }}-${{ matrix.erlang_version }}
9696
path: |

0 commit comments

Comments
 (0)