Skip to content

Commit 1386d8a

Browse files
Merge pull request #114 from CFMIP/dependabot/github_actions/master/actions/upload-artifact-4.6.2
Bump actions/upload-artifact from 4.6.1 to 4.6.2
2 parents 42fe2fa + 9a1e821 commit 1386d8a

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].1
147+
uses: actions/[email protected].2
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
@@ -193,7 +193,7 @@ jobs:
193193
###############################################################################
194194
- name: Upload output file if test fails
195195
if: failure()
196-
uses: actions/[email protected].1
196+
uses: actions/[email protected].2
197197
with:
198198
name: outputs.${{ matrix.compiler }}.UKMO.tgz
199199
path: driver/data/outputs/UKMO/outputs.${{ matrix.compiler }}.UKMO.tgz

0 commit comments

Comments
 (0)