Skip to content

Commit

Permalink
Merge pull request #303 from liulanzheng/main
Browse files Browse the repository at this point in the history
update release upload-artifact to v4
  • Loading branch information
liulanzheng committed Sep 12, 2024
2 parents 360dff9 + e8e95c6 commit f5593f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
docker buildx build --build-arg RELEASE_NUM=${RELEASE_NUM} --build-arg RELEASE_VERSION=${RELEASE_VERSION} --build-arg GO_VERSION=${{ env.GO_VERSION }} -f .github/workflows/release/Dockerfile --platform=linux/amd64,linux/arm64 -o releases/ .
ls -l releases/*/
- name: Upload
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: releases
path: releases/*/overlaybd-snapshotter*
Expand All @@ -67,7 +67,7 @@ jobs:
needs: [build]
steps:
- name: Download builds and release notes
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
- name: Display downloaded files
shell: bash
run: ls -l releases/*/
Expand All @@ -88,7 +88,7 @@ jobs:
needs: [build]
steps:
- name: Download builds and release notes
uses: actions/download-artifact@v4.1.7
uses: actions/download-artifact@v4
- name: Display downloaded files
shell: bash
run: ls -l releases/*/
Expand Down

0 comments on commit f5593f5

Please sign in to comment.