Skip to content

Commit c747b77

Browse files
committed
Migrate to actions/upload-artifact@v4 in GH
v2 is now deprecated to the point where it automatically fails builds Test: GH Workflows Change-Id: I4833cae12a6927719f941ff3a31439b698a485d6
1 parent e8ca1c7 commit c747b77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/presubmit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
- name: "Upload build artifacts"
165165
continue-on-error: true
166166
if: ${{ steps.check-ci-config.outputs.enabled == 'true' }}
167-
uses: actions/upload-artifact@v2
167+
uses: actions/upload-artifact@v4
168168
with:
169169
name: artifacts_${{ matrix.project }}
170170
path: ~/dist

0 commit comments

Comments
 (0)