Skip to content

Commit 8e101a2

Browse files
authored
Merge pull request #257 from enormora/renovate/major-github-artifact-actions
⬆️ Update actions/download-artifact action to v5
2 parents ce4a56b + 0864093 commit 8e101a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout git repository
5757
uses: actions/checkout@v4
5858
- uses: ./.github/actions/setup
59-
- uses: actions/download-artifact@v4
59+
- uses: actions/download-artifact@v5
6060
with:
6161
name: build-artifacts-node-${{ matrix.node-version }}
6262
path: target/build
@@ -76,7 +76,7 @@ jobs:
7676
- name: Checkout git repository
7777
uses: actions/checkout@v4
7878
- uses: ./.github/actions/setup
79-
- uses: actions/download-artifact@v4
79+
- uses: actions/download-artifact@v5
8080
with:
8181
name: build-artifacts-node-${{ matrix.node-version }}
8282
path: target/build

0 commit comments

Comments
 (0)