Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

chore(deps): update actions/upload-artifact action to v4 (release-1.24) #165

Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/on-commits.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
# > to download artifact contents individually. One of the consequences of this limitation is that if a zip is
# > uploaded during a workflow run and then downloaded from the UI, there will be a double zip created.
- name: Archive bosh dev release tgz
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: archive-bosh-dev-release-tgz
path: |
Expand Down