mirror of
https://github.com/vlang/v.git
synced 2025-09-13 22:42:26 +03:00
ci: bump actions/download-artifact from 4 to 5 (#25051)
This commit is contained in:
parent
cbb14e13e1
commit
c74c9e4d8d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release_ci.yml
vendored
2
.github/workflows/release_ci.yml
vendored
|
@ -106,7 +106,7 @@ jobs:
|
||||||
needs: release-build
|
needs: release-build
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/download-artifact@v4
|
- uses: actions/download-artifact@v5
|
||||||
- name: Create release
|
- name: Create release
|
||||||
uses: ncipollo/release-action@v1
|
uses: ncipollo/release-action@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue