Skip to content

Commit

Permalink
Merge pull request #3398 from matt335672/v0_10_update_upload_artifact
Browse files Browse the repository at this point in the history
[V0.10] CI: Move to V4 of upload-artifact
  • Loading branch information
matt335672 authored Jan 16, 2025
2 parents ac64f3a + d0ff487 commit 6d23c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
if: ${{ matrix.DISTCHECK }}
run: make distcheck -j $(nproc)
- name: "Artifact: test-suite.log distcheck"
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
if: always() && steps.dist_check.outcome == 'failure'
with:
name: test-suite-distcheck-${{ matrix.cc }}-${{ matrix.feature_set }}
Expand Down

0 comments on commit 6d23c2e

Please sign in to comment.