Skip to content

Commit 8a02cd5

Browse files
committed
ci: correct workflow versions
1 parent 57afa6c commit 8a02cd5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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 }}
@@ -65,7 +65,7 @@ jobs:
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

0 commit comments

Comments
 (0)