Skip to content

Commit 2db7bcc

Browse files
authored
Merge pull request #3634 from jamulussoftware/dependabot/github_actions/actions/upload-artifact-7
Build: Bump actions/upload-artifact from 6 to 7
2 parents 3ba91c5 + e78424e commit 2db7bcc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autobuild.yml

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

399399
- name: Upload Artifact 2 to Job
400400
if: steps.get-artifacts.outputs.artifact_2
401-
uses: actions/upload-artifact@v6
401+
uses: actions/upload-artifact@v7
402402
with:
403403
name: ${{ steps.get-artifacts.outputs.artifact_2 }}
404404
path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }}

0 commit comments

Comments
 (0)