Skip to content

Commit

Permalink
Merge pull request #309 from NOAA-GFDL/fix-deprecated-action
Browse files Browse the repository at this point in the history
update deprecated `upload-artifact` action version
  • Loading branch information
ceblanton authored Sep 18, 2024
2 parents db1355b + 14a1019 commit bbebece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
SKIP_TESTS: 4
run: make -C build -j check LOG_DRIVER_FLAGS=--comments
- name: Save log file on failure
uses: actions/upload-artifact@v2.2.1
uses: actions/upload-artifact@v4.4.0
if: failure()
with:
name: test-suite.log
Expand Down

0 comments on commit bbebece

Please sign in to comment.