Skip to content

Commit b021f97

Browse files
authored
Merge pull request #3213 from jamulussoftware/dependabot/github_actions/actions/upload-artifact-4
2 parents 6f618f8 + fc8fb9f commit b021f97

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
@@ -379,7 +379,7 @@ jobs:
379379
- name: Upload Artifact 1 to Job
380380
# Every build job has at least one artifact. Therefore, no `if` here.
381381
# If the artifact is missing, this should fail.
382-
uses: actions/upload-artifact@v3
382+
uses: actions/upload-artifact@v4
383383
with:
384384
name: ${{ steps.get-artifacts.outputs.artifact_1 }}
385385
path: deploy/${{ steps.get-artifacts.outputs.artifact_1 }}
@@ -388,7 +388,7 @@ jobs:
388388

389389
- name: Upload Artifact 2 to Job
390390
if: steps.get-artifacts.outputs.artifact_2
391-
uses: actions/upload-artifact@v3
391+
uses: actions/upload-artifact@v4
392392
with:
393393
name: ${{ steps.get-artifacts.outputs.artifact_2 }}
394394
path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }}

0 commit comments

Comments
 (0)