Skip to content

Commit 0473cd3

Browse files
committed
v4
1 parent 4ea68e6 commit 0473cd3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/python-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
PACKAGE_NAME: "fluss_pai"
9+
PACKAGE_NAME: "fluss_api"
1010
OWNER: "Marcello"
1111

1212
jobs:
@@ -91,7 +91,7 @@ jobs:
9191
poetry build
9292
9393
- name: Upload artifacts
94-
uses: actions/upload-artifact@v3
94+
uses: actions/upload-artifact@v4
9595
with:
9696
name: dist
9797
path: dist/
@@ -106,7 +106,7 @@ jobs:
106106
id-token: write
107107
steps:
108108
- name: Download artifacts
109-
uses: actions/download-artifact@v3
109+
uses: actions/download-artifact@v4
110110
with:
111111
name: dist
112112
path: dist/
@@ -127,7 +127,7 @@ jobs:
127127
fetch-depth: 0
128128

129129
- name: Download artifacts
130-
uses: actions/download-artifact@v3
130+
uses: actions/download-artifact@v4
131131
with:
132132
name: dist
133133
path: dist/
@@ -161,4 +161,4 @@ jobs:
161161
env:
162162
FORMULA_VERSION: ${{ needs.details.outputs.new_version }}
163163
FORMULA_NAME: ${{ env.PACKAGE_NAME }}
164-
FORMULA_URL: https://github.com/${{env.OWNER}}/${{env.PACKAGE_NAME}}/releases/download/${{ needs.details.outputs.new_version }}/${{env.PACKAGE_NAME}}-${{ needs.details.outputs.new_version }}.tar.gz
164+
FORMULA_URL: https://github.com/${{env.OWNER}}/${{env.PACKAGE_NAME}}/releases/download/${{ needs.details.outputs.new_version }}/${{env.PACKAGE_NAME}}-${{ needs.details.outputs.new_version }}.tar.gz

0 commit comments

Comments
 (0)