Skip to content

Commit 3c96b7e

Browse files
committed
Bump to action v3
Signed-off-by: Xuanwo <github@xuanwo.io>
1 parent 4256ed2 commit 3c96b7e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/actions/artifact_upload/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ runs:
3434
3535
- name: Upload artifact to github
3636
if: steps.info.outputs.src == 'github'
37-
uses: actions/upload-artifact@v2
37+
uses: actions/upload-artifact@v3
3838
with:
3939
name: ${{ inputs.profile }}-${{ inputs.sha }}-${{ inputs.target }}-${{ inputs.category }}
4040
path: ./target/${{ inputs.target }}/${{ inputs.profile }}/databend-*

.github/workflows/databend-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
version=${{ needs.create_release.outputs.version }}
129129
sha256sum databend-${version}-${target}.tar.gz >> sha256-${version}-${target}.txt
130130
- name: post sha256
131-
uses: actions/upload-artifact@v2
131+
uses: actions/upload-artifact@v3
132132
with:
133133
name: sha256sums
134134
path: sha256-${{ needs.create_release.outputs.version }}-${{ steps.target.outputs.target }}.txt
@@ -202,7 +202,7 @@ jobs:
202202
version=${{ needs.create_release.outputs.version }}
203203
sha256sum databend-${version}-${target}.tar.gz >> sha256-${version}-${target}.txt
204204
- name: post sha256
205-
uses: actions/upload-artifact@v2
205+
uses: actions/upload-artifact@v3
206206
with:
207207
name: sha256sums
208208
path: sha256-${{ needs.create_release.outputs.version }}-${{ steps.target.outputs.target }}.txt
@@ -269,7 +269,7 @@ jobs:
269269
version=${{ needs.create_release.outputs.version }}
270270
sha256sum databend-hive-${version}-${target}.tar.gz >> sha256-hive-${version}-${target}.txt
271271
- name: post sha256
272-
uses: actions/upload-artifact@v2
272+
uses: actions/upload-artifact@v3
273273
with:
274274
name: sha256sums
275275
path: sha256-hive-${{ needs.create_release.outputs.version }}-${{ steps.target.outputs.target }}.txt
@@ -453,7 +453,7 @@ jobs:
453453
version="${{ needs.create_release.outputs.version }}"
454454
sha256sum databend_*.${{ matrix.packager }} >> sha256-${version}-${{ matrix.packager }}.txt
455455
- name: post sha256
456-
uses: actions/upload-artifact@v2
456+
uses: actions/upload-artifact@v3
457457
with:
458458
name: sha256sums
459459
path: sha256-${{ needs.create_release.outputs.version }}-${{ matrix.packager }}.txt

0 commit comments

Comments
 (0)