Skip to content

Commit

Permalink
[workflows] Update CI to use actions/upload-artifact@v4
Browse files Browse the repository at this point in the history
This fixes a workflow failure caused by the deprecation of older versions
of the action:

https://github.blog/changelog/2024-02-13-deprecation-notice-v1-and-v2-of-the-artifact-actions/
  • Loading branch information
bryanpkc committed Sep 20, 2024
1 parent 8e65ce5 commit 291f7cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_flang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
# Upload docs just once, for the fastest job.
- if: matrix.cc == 'clang' && matrix.version == '15'
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v4
with:
name: html_docs_flang
path: html

0 comments on commit 291f7cc

Please sign in to comment.