Skip to content

Commit da1882f

Browse files
authored
Merge pull request #61 from devilbox/fix-deprecations
Fix deprecations
2 parents 12f4d5c + 142d2f6 commit da1882f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-multistage-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ jobs:
112112
### Download and import previously built image (if it exists)
113113
###
114114
- name: "[Artifact Load] Download previously built image"
115-
uses: cytopia/[email protected].1
115+
uses: cytopia/[email protected].3
116116
with:
117117
name: ${{ steps.set-artifact-name.outputs.prev }}
118118
if: ${{ inputs.stage_prev != '' }}
@@ -161,7 +161,7 @@ jobs:
161161
### Export current image
162162
###
163163
- name: "[Artifact Save] Upload built artifact"
164-
uses: cytopia/[email protected].5
164+
uses: cytopia/[email protected].6
165165
with:
166166
name: ${{ steps.set-artifact-name.outputs.curr }}
167167
path: ${{ steps.set-artifact-name.outputs.curr }}

.github/workflows/docker-multistage-push-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
### Download and import previously built image
9797
###
9898
- name: "[Artifact Load] Download previously built image"
99-
uses: cytopia/[email protected].1
99+
uses: cytopia/[email protected].3
100100
with:
101101
name: ${{ steps.set-artifact-name.outputs.curr }}
102102

.github/workflows/docker-multistage-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
### Download and import previously built image
7979
###
8080
- name: "[Artifact Load] Download previously built image"
81-
uses: cytopia/[email protected].1
81+
uses: cytopia/[email protected].3
8282
with:
8383
name: ${{ steps.set-artifact-name.outputs.curr }}
8484

0 commit comments

Comments
 (0)