Skip to content

Commit a976c15

Browse files
Merge pull request #104 from CFMIP/dependabot/github_actions/master/actions/upload-artifact-4.4.3
2 parents e1560a6 + 6bc3ef7 commit a976c15

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)