Skip to content

Commit 806ffb2

Browse files
authored
[Infra] Migrate notices GHA to use upload-artifact@v4 (#14038)
1 parent 1cdba8e commit 806ffb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/notices_generation/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
fi
4141
shell: bash
4242
- name: Upload artifacts
43-
uses: actions/upload-artifact@v3
43+
uses: actions/upload-artifact@v4
4444
with:
4545
name: notices
4646
path: ${{ inputs.notices-path }}

0 commit comments

Comments
 (0)