Skip to content

Commit 1b0d77c

Browse files
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2e7b342 commit 1b0d77c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/e3sm-gh-ci-cime-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
./create_test ${{ matrix.test }} --wait --debug
6161
-
6262
name: Artifacts
63-
uses: actions/upload-artifact@v4
63+
uses: actions/upload-artifact@v5
6464
if: ${{ always() }}
6565
with:
6666
name: ${{ matrix.test }}

.github/workflows/e3sm-gh-ci-w-cime-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
./create_test ${{ matrix.test }} --wait --debug
4646
-
4747
name: Artifacts
48-
uses: actions/upload-artifact@v4
48+
uses: actions/upload-artifact@v5
4949
if: ${{ always() }}
5050
with:
5151
name: ${{ matrix.test }}

.github/workflows/eamxx-gh-clang-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
fi
139139
- name: upload diff patch
140140
if: ${{ env.status_fail == 'true' }}
141-
uses: actions/upload-artifact@v4
141+
uses: actions/upload-artifact@v5
142142
with:
143143
name: ${{ env.fname }}
144144
path: "components/eamxx/${{ env.fname }}"

.github/workflows/eamxx-v1-testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
./cime/scripts/create_test ${{ matrix.test.full_name }} ${{ env.flags }} --wait
113113
- name: Upload log files
114114
if: ${{ always() }}
115-
uses: actions/upload-artifact@v4
115+
uses: actions/upload-artifact@v5
116116
with:
117117
name: logs.${{ matrix.test.short_name }}
118118
path: |
@@ -126,7 +126,7 @@ jobs:
126126
NODE_EXTRA_CA_CERTS: ${{ env.NODE_EXTRA_CA_CERTS }}
127127
- name: Upload nc files
128128
if: ${{ failure() && steps.run-tests.outcome == 'failure' }}
129-
uses: actions/upload-artifact@v4
129+
uses: actions/upload-artifact@v5
130130
with:
131131
name: outputs.${{ matrix.test.short_name }}
132132
path: |

0 commit comments

Comments
 (0)