File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 6
6
- ' v*'
7
7
8
8
env :
9
- PACKAGE_NAME : " fluss_pai "
9
+ PACKAGE_NAME : " fluss_api "
10
10
OWNER : " Marcello"
11
11
12
12
jobs :
91
91
poetry build
92
92
93
93
- name : Upload artifacts
94
- uses : actions/upload-artifact@v3
94
+ uses : actions/upload-artifact@v4
95
95
with :
96
96
name : dist
97
97
path : dist/
@@ -106,7 +106,7 @@ jobs:
106
106
id-token : write
107
107
steps :
108
108
- name : Download artifacts
109
- uses : actions/download-artifact@v3
109
+ uses : actions/download-artifact@v4
110
110
with :
111
111
name : dist
112
112
path : dist/
@@ -127,7 +127,7 @@ jobs:
127
127
fetch-depth : 0
128
128
129
129
- name : Download artifacts
130
- uses : actions/download-artifact@v3
130
+ uses : actions/download-artifact@v4
131
131
with :
132
132
name : dist
133
133
path : dist/
@@ -161,4 +161,4 @@ jobs:
161
161
env :
162
162
FORMULA_VERSION : ${{ needs.details.outputs.new_version }}
163
163
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
You can’t perform that action at this time.
0 commit comments