Skip to content

Commit fc8fb9f

Browse files
Build: Bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v3...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent db69591 commit fc8fb9f

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)