Skip to content

Commit

Permalink
Merge pull request #19369 from jxustc/fix-3.4-ci-action
Browse files Browse the repository at this point in the history
[3.4]Fix(ci): upgrade artifact actions to v4
  • Loading branch information
ahrtr authored Feb 10, 2025
2 parents dac8370 + c5b72de commit c41a55a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
run: |
docker image save -o /tmp/etcd-img.tar gcr.io/etcd-development/etcd
- name: upload-image
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: etcd-img
path: /tmp/etcd-img.tar
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: get-image
uses: actions/download-artifact@v3
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
with:
name: etcd-img
path: /tmp
Expand Down

0 comments on commit c41a55a

Please sign in to comment.