Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

Commit ba1bf2c

Browse files
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] <[email protected]>
1 parent 543d42f commit ba1bf2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-quesma-docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
DOCKER_BUILD_SUMMARY: false
9595

9696
- name: Upload artifact
97-
uses: actions/upload-artifact@v4
97+
uses: actions/upload-artifact@v5
9898
if: ${{ !inputs.PUSH }}
9999
with:
100100
name: "quesma-nightly" # this is just a name for artifact stored in github, not in dockerhub

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
DOCKER_BUILD_SUMMARY: false
104104

105105
- name: Upload artifact
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v5
107107
with:
108108
name: ${{ matrix.module }}
109109
path: /tmp/image.tar

0 commit comments

Comments
 (0)