Skip to content

Commit

Permalink
update v4
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily committed Jun 15, 2024
1 parent d7e0e66 commit 354f2de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/amd64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Pull Docker Images and Package
run: |
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm32.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Pull Docker Images and Package
run: |
Expand All @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Pull Docker Images and Package
run: |
Expand All @@ -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
Expand Down

0 comments on commit 354f2de

Please sign in to comment.