File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -63,11 +63,11 @@ jobs:
63
63
java-version : ' 21'
64
64
- run : bun install --ignore-scripts
65
65
- name : Download version to test
66
- uses : actions/download-artifact@v4
66
+ uses : actions/download-artifact@v5
67
67
with :
68
68
name : TESTED_VERSION
69
69
- name : Download created artifacts
70
- uses : actions/download-artifact@v4
70
+ uses : actions/download-artifact@v5
71
71
with :
72
72
name : tarball-${{ matrix.target }}
73
73
- name : Extract tarball
Original file line number Diff line number Diff line change 40
40
mkdir ./dist
41
41
bun changelog --file ./dist/changelog.txt --tag $(git for-each-ref --sort=creatordate --format '%(refname:short)' refs/tags | grep -v beta | grep -v $(git describe --tags) | tail -n 1)
42
42
cat ./dist/changelog.txt
43
- - uses : actions/download-artifact@v4
43
+ - uses : actions/download-artifact@v5
44
44
if : startsWith(github.ref, 'refs/tags/')
45
45
with :
46
46
path : ./dist
You can’t perform that action at this time.
0 commit comments