Skip to content

Commit 658b24e

Browse files
authored
Merge pull request #3475 from networkupstools/dependabot/github_actions/actions/upload-artifact-7
build(deps): bump actions/upload-artifact from 4 to 7
2 parents 015b46f + 9b85f8f commit 658b24e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/01-make-dist-worker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
210210
# NOTE: A `.zip` is added to the base `$name` automatically
211211
- name: Upload tarball and its checksum artifacts
212-
uses: actions/upload-artifact@v4
212+
uses: actions/upload-artifact@v7
213213
id: upload_artifact
214214
with:
215215
name: ${{ inputs.artifact_name }}

0 commit comments

Comments
 (0)