We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7e6d4d commit edb522dCopy full SHA for edb522d
.github/workflows/export_cloud_build_logs.yml
@@ -135,7 +135,7 @@ jobs:
135
fi
136
echo "log_file_name=${LOG_FILE}" >> $GITHUB_OUTPUT
137
- name: Upload Logs as Artifact
138
- uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
139
with:
140
name: logs-${{ matrix.name }}-${{ steps.parse_build_info.outputs.build_id }}
141
path: ${{ steps.fetch_cloud_build_logs.outputs.log_file_name }}
0 commit comments