Skip to content

Commit edb522d

Browse files
authored
chore(deps): update actions/upload-artifact action to v6 (#466)
1 parent c7e6d4d commit edb522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/export_cloud_build_logs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ jobs:
135135
fi
136136
echo "log_file_name=${LOG_FILE}" >> $GITHUB_OUTPUT
137137
- name: Upload Logs as Artifact
138-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
138+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
139139
with:
140140
name: logs-${{ matrix.name }}-${{ steps.parse_build_info.outputs.build_id }}
141141
path: ${{ steps.fetch_cloud_build_logs.outputs.log_file_name }}

0 commit comments

Comments
 (0)