Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 14ff14c

Browse filesBrowse files
committed
ci: actions/upload-artifact@v4, actions/download-artifact@v4
[skip ci]
1 parent f290ed2 commit 14ff14c
Copy full SHA for 14ff14c

File tree

Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+7
-7
lines changed

‎.github/workflows/npm_release.yml

Copy file name to clipboardExpand all lines: .github/workflows/npm_release.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,12 @@ jobs:
7373
- name: Build npm package
7474
run: ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
7575
- name: Upload npm package artifact
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: npm-package
7979
path: dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
8080
- name: Upload debug symbols
81-
uses: actions/upload-artifact@v3
81+
uses: actions/upload-artifact@v4
8282
with:
8383
name: debug-symbols
8484
path: test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*
@@ -146,7 +146,7 @@ jobs:
146146
with:
147147
node-version: 18
148148
registry-url: "https://registry.npmjs.org"
149-
- uses: actions/download-artifact@v3
149+
- uses: actions/download-artifact@v4
150150
with:
151151
name: npm-package
152152
path: dist
@@ -176,11 +176,11 @@ jobs:
176176
node-version: 18
177177
- name: Setup
178178
run: npm install
179-
- uses: actions/download-artifact@v3
179+
- uses: actions/download-artifact@v4
180180
with:
181181
name: npm-package
182182
path: dist
183-
- uses: actions/download-artifact@v3
183+
- uses: actions/download-artifact@v4
184184
with:
185185
name: debug-symbols
186186
path: dist/debug-symbols

‎.github/workflows/pull_request.yml

Copy file name to clipboardExpand all lines: .github/workflows/pull_request.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ jobs:
7070
- name: Build npm package
7171
run: ./gradlew -PgitCommitVersion=${{ github.sha }} -PnoCCache --stacktrace
7272
- name: Upload npm package artifact
73-
uses: actions/upload-artifact@v3
73+
uses: actions/upload-artifact@v4
7474
with:
7575
name: npm-package
7676
path: dist/nativescript-android-${{steps.npm_version_output.outputs.NPM_VERSION}}.tgz
7777
- name: Upload debug symbols
78-
uses: actions/upload-artifact@v3
78+
uses: actions/upload-artifact@v4
7979
with:
8080
name: debug-symbols
8181
path: test-app/runtime/build/intermediates/merged_native_libs/release/mergeReleaseNativeLibs/out/lib/*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.