File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ jobs:
104
104
if : startsWith(github.event_name, 'pull_request')
105
105
run : echo "KEEP_DAYS=7" >> $GITHUB_ENV
106
106
- name : Upload built docs
107
- uses : actions/upload-artifact@v3
107
+ uses : actions/upload-artifact@v4
108
108
with :
109
109
name : docs-${{ matrix.target }}-${{ github.sha }}
110
110
path : ${{ inputs.docs-dir }}/build/
Original file line number Diff line number Diff line change 64
64
submodules : recursive
65
65
- run : mkdir dist && touch dist/.placeholder
66
66
- name : Upload 📤
67
- uses : actions/upload-artifact@v3
67
+ uses : actions/upload-artifact@v4
68
68
with :
69
69
name : ${{ inputs.artifact-name }}
70
70
path : dist
Original file line number Diff line number Diff line change 30
30
- name : Create 📦 package
31
31
uses : ./.github/actions/pkg-create
32
32
- name : Upload 📤 to the share store
33
- uses : actions/upload-artifact@v3
33
+ uses : actions/upload-artifact@v4
34
34
with :
35
35
name : pypi-packages-${{ github.sha }}
36
36
path : dist
You can’t perform that action at this time.
0 commit comments