mirror of
https://github.com/openwrt/packages.git
synced 2025-12-21 19:14:30 +04:00
ci: update github actions to v3
Update checkout and upload-artifact action to v3 to mute nodejs
deprecation warning.
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
(cherry picked from commit 52570d4242)
This commit is contained in:
committed by
Josef Schlehofer
parent
e328bb03ec
commit
006014745c
2
.github/workflows/formal.yml
vendored
2
.github/workflows/formal.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
ref: ${{ github.event.pull_request.head.sha }}
|
ref: ${{ github.event.pull_request.head.sha }}
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|||||||
6
.github/workflows/multi-arch-test-build.yml
vendored
6
.github/workflows/multi-arch-test-build.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
|||||||
runtime_test: true
|
runtime_test: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v3
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
@@ -106,7 +106,7 @@ jobs:
|
|||||||
cat PKG-INFO
|
cat PKG-INFO
|
||||||
|
|
||||||
- name: Store packages
|
- name: Store packages
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{env.ARCHIVE_NAME}}-packages
|
name: ${{env.ARCHIVE_NAME}}-packages
|
||||||
path: |
|
path: |
|
||||||
@@ -114,7 +114,7 @@ jobs:
|
|||||||
PKG-INFO
|
PKG-INFO
|
||||||
|
|
||||||
- name: Store logs
|
- name: Store logs
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ${{env.ARCHIVE_NAME}}-logs
|
name: ${{env.ARCHIVE_NAME}}-logs
|
||||||
path: |
|
path: |
|
||||||
|
|||||||
Reference in New Issue
Block a user