Skip to content

Commit dd17243

Browse files
committed
chore(deps): update actions/upload-artifact action to v6
1 parent 6ae50bd commit dd17243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buildpack-integration-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ jobs:
176176
-output-file=${{ inputs.output-file }} \
177177
-validate-mapping=false
178178
- name: 'Upload Artifact'
179-
uses: actions/upload-artifact@v4
179+
uses: actions/upload-artifact@v6
180180
if: always()
181181
with:
182182
name: ${{ matrix.type }}_${{ inputs.builder-runtime }}_${{ inputs.builder-url == '' && 'no_builder_url' || 'with_builder_url' }}_buildpack_integ_logs

0 commit comments

Comments
 (0)