Skip to content

Commit 3a67590

Browse files
authored
Merge pull request #2123 from burningmantech/dependabot/github_actions/actions/upload-artifact-5
Bump actions/upload-artifact from 4 to 5
2 parents ac9ff70 + 41ed4c6 commit 3a67590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
run: docker image save ranger-clubhouse-api:dev | gzip -9 > docker_image.tgz
7272

7373
- name: Upload Docker image artifacts
74-
uses: actions/upload-artifact@v4
74+
uses: actions/upload-artifact@v5
7575
with:
7676
name: docker
7777
path: docker_image.tgz

0 commit comments

Comments
 (0)