Skip to content

Commit cb356f4

Browse files
Merge pull request #111 from CFMIP/dependabot/github_actions/master/actions/upload-artifact-4.6.1
Bump actions/upload-artifact from 4.6.0 to 4.6.1
2 parents 6e433a6 + 230a4f4 commit cb356f4

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)