Unnamed repository; edit this file 'description' to name the repository.
build(deps): bump actions/upload-artifact from 4 to 5 (#14670)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dependabot[bot] 4 months ago
parent 029a2db · commit e17c4de
-rw-r--r--.github/workflows/release.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 4020e505..5b5d7e38 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -36,7 +36,7 @@ jobs:
- name: Bundle grammars
run: tar cJf grammars.tar.xz -C runtime/grammars/sources .
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
with:
name: grammars
path: grammars.tar.xz
@@ -224,7 +224,7 @@ jobs:
fi
cp -r runtime dist
- - uses: actions/upload-artifact@v4
+ - uses: actions/upload-artifact@v5
with:
name: bins-${{ matrix.build }}
path: dist
@@ -294,7 +294,7 @@ jobs:
overwrite: true
- name: Upload binaries as artifact
- uses: actions/upload-artifact@v4
+ uses: actions/upload-artifact@v5
if: env.preview == 'true'
with:
name: release