File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939 uses : docker/setup-buildx-action@v3
4040
4141 - name : " 🔧 cache docker layers"
42- uses : actions/cache@v3
42+ uses : actions/cache@v4
4343 with :
4444 path : /tmp/.buildx-cache
4545 key : ${{ runner.os }}-buildx-${{ github.sha }}
6565 cache-to : type=gha, scope=${{ github.workflow }}
6666
6767 - name : " 📂 docker artifacts"
68- uses : actions/upload-artifact@v3
68+ uses : actions/upload-artifact@v4
6969 with :
7070 name : docker
7171 path : /tmp/docker.tar
@@ -100,7 +100,7 @@ jobs:
100100 uses : bahmutov/npm-install@v1
101101
102102 - name : " 📂 download docker artifacts"
103- uses : actions/download-artifact@v3
103+ uses : actions/download-artifact@v4
104104 with :
105105 name : docker
106106 path : /tmp
@@ -132,7 +132,7 @@ jobs:
132132 runs-on : ubuntu-latest
133133 steps :
134134 - name : " ♻️ remove build artifacts"
135- uses : geekyeggo/delete-artifact@v2
135+ uses : geekyeggo/delete-artifact@v5
136136 with :
137137 name : |
138138 docker
You can’t perform that action at this time.
0 commit comments