Skip to content

Commit 0ce228b

Browse files
Build: Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb5a880 commit 0ce228b

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@v5
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@v5
397397
with:
398398
name: ${{ steps.get-artifacts.outputs.artifact_2 }}
399399
path: deploy/${{ steps.get-artifacts.outputs.artifact_2 }}

0 commit comments

Comments
 (0)