There was an error while loading. Please reload this page.
2 parents 88de3f0 + 67ab55b commit 697cc6eCopy full SHA for 697cc6e
2 files changed
.github/workflows/build_artifacts.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
with:
16
submodules: true
17
@@ -37,7 +37,7 @@ jobs:
37
VERSION_SUFFIX: ${{ env.short_commit_hash }}
38
39
- name: Upload build artifacts
40
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v6
41
42
name: Build Artifacts
43
path: ./loader/*/*/build/libs/
.github/workflows/publish.yml
@@ -13,7 +13,7 @@ jobs:
contents: write
18
19
0 commit comments