Skip to content

Commit 69a8f5f

Browse files
renovate[bot]FireMasterK
authored andcommitted
chore(deps): update actions/download-artifact action to v5
1 parent f2b78b3 commit 69a8f5f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/docker-build-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
fail-fast: false
3737
steps:
3838
- uses: actions/checkout@v4
39-
- uses: actions/download-artifact@v4
39+
- uses: actions/download-artifact@v5
4040
with:
4141
name: piped.jar
4242
- name: Create Version File

.github/workflows/docker-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
dockerfile: ./Dockerfile.graalvm-jvm.ci
2828
steps:
2929
- uses: actions/checkout@v4
30-
- uses: actions/download-artifact@v4
30+
- uses: actions/download-artifact@v5
3131
with:
3232
name: piped.jar
3333
- name: Create Version File

.github/workflows/docker-migrations-build-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
steps:
5151
- uses: actions/checkout@v4
5252
- run: echo "unknown" > VERSION
53-
- uses: actions/download-artifact@v4
53+
- uses: actions/download-artifact@v5
5454
with:
5555
name: piped-old.jar
5656
- name: Build Old Image Locally
@@ -63,7 +63,7 @@ jobs:
6363
- name: Start Docker-Compose services
6464
run: docker compose -f ${{ matrix.docker-compose-file }} up -d && sleep ${{ matrix.sleep }}
6565
- run: rm piped.jar
66-
- uses: actions/download-artifact@v4
66+
- uses: actions/download-artifact@v5
6767
with:
6868
name: piped.jar
6969
- name: Build New Image Locally

0 commit comments

Comments
 (0)