Skip to content

Commit 3bd92f1

Browse files
authored
Merge pull request #324 from enormora/renovate/major-github-artifact-actions
⬆️ Update GitHub Artifact Actions (major)
2 parents 7dc52e3 + b4b20ec commit 3bd92f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Compile
3030
run: "npm run compile"
3131
- name: Archive artifacts
32-
uses: actions/upload-artifact@v4
32+
uses: actions/upload-artifact@v5
3333
with:
3434
name: build-artifacts-node-${{ matrix.node-version }}
3535
path: target/build/**/*
@@ -56,7 +56,7 @@ jobs:
5656
- name: Checkout git repository
5757
uses: actions/checkout@v5
5858
- uses: ./.github/actions/setup
59-
- uses: actions/download-artifact@v5
59+
- uses: actions/download-artifact@v6
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@v5
7878
- uses: ./.github/actions/setup
79-
- uses: actions/download-artifact@v5
79+
- uses: actions/download-artifact@v6
8080
with:
8181
name: build-artifacts-node-${{ matrix.node-version }}
8282
path: target/build

0 commit comments

Comments
 (0)