Skip to content

Commit 02c7ceb

Browse files
dependabot[bot]brandonduran
authored andcommitted
Bump actions/upload-artifact from 4.6.0 to 4.6.1
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.6.0 to 4.6.1. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4.6.0...v4.6.1) --- 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 0e9e585 commit 02c7ceb

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
@@ -144,7 +144,7 @@ jobs:
144144
###############################################################################
145145
- name: Upload output file if test fails
146146
if: failure()
147-
uses: actions/[email protected].0
147+
uses: actions/[email protected].1
148148
with:
149149
name: outputs.${{ matrix.compiler }}.UKMO.tgz
150150
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
@@ -190,7 +190,7 @@ jobs:
190190
###############################################################################
191191
- name: Upload output file if test fails
192192
if: failure()
193-
uses: actions/[email protected].0
193+
uses: actions/[email protected].1
194194
with:
195195
name: outputs.${{ matrix.compiler }}.UKMO.tgz
196196
path: driver/data/outputs/UKMO/outputs.${{ matrix.compiler }}.UKMO.tgz

0 commit comments

Comments
 (0)