aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorAndre Weissflog <floooh@gmail.com>2024-08-14 18:32:37 +0200
committerAndre Weissflog <floooh@gmail.com>2024-08-14 18:32:37 +0200
commit5fe1fe4f3993519a748250d22a0aa63749a5c325 (patch)
treefef5d6a82fa659c89a22cbc8972a633afd7f7f42 /.github/workflows
parentc519f830a6b2fd7062195ca1b5cb2a17db82fd93 (diff)
gh actions: updated deprecated actions
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/gen_bindings.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/gen_bindings.yml b/.github/workflows/gen_bindings.yml
index 464f4fe9..bbebd7b0 100644
--- a/.github/workflows/gen_bindings.yml
+++ b/.github/workflows/gen_bindings.yml
@@ -97,13 +97,13 @@ jobs:
retention-days: 1
path: bindgen/sokol-rust/src
- name: upload-d-artifact
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ignore-me-d
retention-days: 1
path: bindgen/sokol-d/src/sokol
- name: upload-jai-artifact
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
with:
name: ignore-me-jai
retention-days: 1
@@ -289,7 +289,7 @@ jobs:
- uses: dlang-community/setup-dlang@v1
with:
compiler: ldc-master
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: ignore-me-d
path: src/sokol
@@ -310,7 +310,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: colinbellino/sokol-jai
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: ignore-me-jai
path: sokol
@@ -423,7 +423,7 @@ jobs:
with:
repository: kassane/sokol-d
ssh-key: ${{ secrets.GHACTIONS_D_PUSH }}
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: ignore-me-d
path: src/sokol
@@ -444,7 +444,7 @@ jobs:
with:
repository: colinbellino/sokol-jai
ssh-key: ${{ secrets.GHACTIONS_JAI_PUSH }}
- - uses: actions/download-artifact@v3
+ - uses: actions/download-artifact@v4
with:
name: ignore-me-jai
path: sokol