Skip to content

Commit db9709b

Browse files
committed
v4
1 parent 4036e57 commit db9709b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
version: ${{ env.ZIG_VERSION }}
174174

175175
- name: Cache Zig artifacts
176-
uses: actions/cache@v3
176+
uses: actions/cache@v4
177177
with:
178178
path: |
179179
~/.cache/zig
@@ -301,7 +301,7 @@ jobs:
301301
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
302302

303303
- name: Upload build artifacts
304-
uses: actions/upload-artifact@v3
304+
uses: actions/upload-artifact@v4
305305
with:
306306
name: ora-${{ matrix.platform }}
307307
path: release-package/

0 commit comments

Comments
 (0)