Skip to content

Commit 4d33731

Browse files
authored
Merge pull request #3576 from jamulussoftware/dependabot/github_actions/actions/upload-artifact-6
Build: Bump actions/upload-artifact from 4 to 6
2 parents d0086b8 + b4c9abe commit 4d33731

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/autobuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -384,7 +384,7 @@ jobs:
384384
- name: Upload Artifact 1 to Job
385385
# Every build job has at least one artifact. Therefore, no `if` here.
386386
# If the artifact is missing, this should fail.
387-
uses: actions/upload-artifact@v4
387+
uses: actions/upload-artifact@v6
388388
with:
389389
name: ${{ steps.get-artifacts.outputs.artifact_1 }}
390390
path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
@@ -393,7 +393,7 @@ jobs:
393393

394394
- name: Upload Artifact 2 to Job
395395
if: steps.get-artifacts.outputs.artifact_2
396-
uses: actions/upload-artifact@v4
396+
uses: actions/upload-artifact@v6
397397
with:
398398
name: ${{ steps.get-artifacts.outputs.artifact_2 }}
399399
path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }}

0 commit comments

Comments
 (0)