Skip to content

Commit f5593f5

Browse files
authored
Merge pull request #303 from liulanzheng/main
update release upload-artifact to v4
2 parents 360dff9 + e8e95c6 commit f5593f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
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/ .
5656
ls -l releases/*/
5757
- name: Upload
58-
uses: actions/upload-artifact@v3
58+
uses: actions/upload-artifact@v4
5959
with:
6060
name: releases
6161
path: releases/*/overlaybd-snapshotter*
@@ -67,7 +67,7 @@ jobs:
6767
needs: [build]
6868
steps:
6969
- name: Download builds and release notes
70-
uses: actions/download-artifact@v4.1.7
70+
uses: actions/download-artifact@v4
7171
- name: Display downloaded files
7272
shell: bash
7373
run: ls -l releases/*/
@@ -88,7 +88,7 @@ jobs:
8888
needs: [build]
8989
steps:
9090
- name: Download builds and release notes
91-
uses: actions/download-artifact@v4.1.7
91+
uses: actions/download-artifact@v4
9292
- name: Display downloaded files
9393
shell: bash
9494
run: ls -l releases/*/

0 commit comments

Comments
 (0)