Skip to content

Commit ab51e35

Browse files
authored
chore(deps): update actions/upload-artifact action to v4 (#162)
1 parent 1e7d2f5 commit ab51e35

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
@@ -172,7 +172,7 @@ jobs:
172172
-output-file=${{ inputs.output-file }} \
173173
-validate-mapping=false
174174
- name: 'Upload Artifact'
175-
uses: actions/upload-artifact@v3
175+
uses: actions/upload-artifact@v4
176176
if: always()
177177
with:
178178
name: ${{ matrix.type }}_buildpack_integ_logs

0 commit comments

Comments
 (0)