Skip to content

Commit 291f7cc

Browse files
committed
[workflows] Update CI to use actions/upload-artifact@v4
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/
1 parent 8e65ce5 commit 291f7cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_flang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
108108
# Upload docs just once, for the fastest job.
109109
- if: matrix.cc == 'clang' && matrix.version == '15'
110-
uses: actions/upload-artifact@v2
110+
uses: actions/upload-artifact@v4
111111
with:
112112
name: html_docs_flang
113113
path: html

0 commit comments

Comments
 (0)