Skip to content

Commit ebe1f97

Browse files
committed
update to lando/pkg-action@v6 to avoide deprecation of actions/upload-artifact@v3 deprecation
1 parent 1ae91ab commit ebe1f97

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/pr-core-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
- name: Install pkg dependencies
9595
run: npm clean-install --prefer-offline --frozen-lockfile --production
9696
- name: Package into node binary
97-
uses: lando/pkg-action@v5
97+
uses: lando/pkg-action@v6
9898
id: pkg-action
9999
with:
100100
entrypoint: bin/lando

.github/workflows/pr-docs-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
- name: Install pkg dependencies
6767
run: npm clean-install --prefer-offline --frozen-lockfile --production
6868
- name: Package into node binary
69-
uses: lando/pkg-action@v5
69+
uses: lando/pkg-action@v6
7070
id: pkg-action
7171
with:
7272
entrypoint: bin/lando

.github/workflows/pr-setup-linux-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- name: Install pkg dependencies
3737
run: npm clean-install --prefer-offline --frozen-lockfile --production
3838
- name: Package into node binary
39-
uses: lando/pkg-action@v5
39+
uses: lando/pkg-action@v6
4040
id: pkg-action
4141
with:
4242
entrypoint: bin/lando

.github/workflows/pr-setup-macos-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install pkg dependencies
3838
run: npm clean-install --prefer-offline --frozen-lockfile --production
3939
- name: Package into node binary
40-
uses: lando/pkg-action@v5
40+
uses: lando/pkg-action@v6
4141
id: pkg-action
4242
with:
4343
entrypoint: bin/lando

.github/workflows/pr-setup-windows-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install pkg dependencies
3636
run: npm clean-install --prefer-offline --frozen-lockfile --production
3737
- name: Package into node binary
38-
uses: lando/pkg-action@v5
38+
uses: lando/pkg-action@v6
3939
id: pkg-action
4040
with:
4141
entrypoint: bin/lando

0 commit comments

Comments
 (0)