Skip to content

Commit 6bc3ef7

Browse files
Bump actions/upload-artifact from 4.4.2 to 4.4.3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e1560a6 commit 6bc3ef7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/containerized-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
###############################################################################
144144
- name: Upload output file if test fails
145145
if: failure()
146-
uses: actions/[email protected].2
146+
uses: actions/[email protected].3
147147
with:
148148
name: outputs.${{ matrix.compiler }}.UKMO.tgz
149149
path: driver/data/outputs/UKMO/outputs.${{ matrix.compiler }}.UKMO.tgz

.github/workflows/continuous_integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
###############################################################################
189189
- name: Upload output file if test fails
190190
if: failure()
191-
uses: actions/[email protected].2
191+
uses: actions/[email protected].3
192192
with:
193193
name: outputs.${{ matrix.compiler }}.UKMO.tgz
194194
path: driver/data/outputs/UKMO/outputs.${{ matrix.compiler }}.UKMO.tgz

0 commit comments

Comments
 (0)