update v4
This commit is contained in:
parent
d7e0e66a5a
commit
354f2def4a
4
.github/workflows/amd64.yml
vendored
4
.github/workflows/amd64.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Pull Docker Images and Package
|
||||
run: |
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
run: tar -czf x86-64-images.tar.gz *-amd64.tar
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: docker-images-tar
|
||||
path: x86-64-images.tar.gz
|
||||
|
4
.github/workflows/arm32.yml
vendored
4
.github/workflows/arm32.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Pull Docker Images and Package
|
||||
run: |
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
run: tar -czf arm32-images.tar.gz *-arm32.tar
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: docker-images-tar
|
||||
path: arm32-images.tar.gz
|
||||
|
4
.github/workflows/arm64.yml
vendored
4
.github/workflows/arm64.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Pull Docker Images and Package
|
||||
run: |
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
run: tar -czf arm64-images.tar.gz *-arm64.tar
|
||||
|
||||
- name: Upload artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: docker-images-tar
|
||||
path: arm64-images.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user