Skip to content

Commit bbebece

Browse files
authored
Merge pull request #309 from NOAA-GFDL/fix-deprecated-action
update deprecated `upload-artifact` action version
2 parents db1355b + 14a1019 commit bbebece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
SKIP_TESTS: 4
3838
run: make -C build -j check LOG_DRIVER_FLAGS=--comments
3939
- name: Save log file on failure
40-
uses: actions/upload-artifact@v2.2.1
40+
uses: actions/upload-artifact@v4.4.0
4141
if: failure()
4242
with:
4343
name: test-suite.log

0 commit comments

Comments
 (0)