Skip to content

Commit 143f65c

Browse files
authored
build(deps): bump actions/download-artifact from 4 to 5 (#140)
2 parents 2e06ecf + f603dbe commit 143f65c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/e2e.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@ jobs:
6363
java-version: '21'
6464
- run: bun install --ignore-scripts
6565
- name: Download version to test
66-
uses: actions/download-artifact@v4
66+
uses: actions/download-artifact@v5
6767
with:
6868
name: TESTED_VERSION
6969
- name: Download created artifacts
70-
uses: actions/download-artifact@v4
70+
uses: actions/download-artifact@v5
7171
with:
7272
name: tarball-${{ matrix.target }}
7373
- name: Extract tarball

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mkdir ./dist
4141
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)
4242
cat ./dist/changelog.txt
43-
- uses: actions/download-artifact@v4
43+
- uses: actions/download-artifact@v5
4444
if: startsWith(github.ref, 'refs/tags/')
4545
with:
4646
path: ./dist

0 commit comments

Comments
 (0)