Skip to content

Commit

Permalink
Update to github actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
mkj committed Oct 3, 2024
1 parent 2d142c8 commit cdfda00
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 @@ -261,7 +261,7 @@ jobs:
# upload config.log if something has failed
- name: config.log
if: ${{ !env.ACT && (failure() || cancelled()) }}
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: config.log
path: config.log
Expand Down

0 comments on commit cdfda00

Please sign in to comment.