Commit 93f6362 1 parent c588b0d commit 93f6362 Copy full SHA for 93f6362
File tree 6 files changed +14
-14
lines changed
6 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 13
13
name : Build and publish PyActiveStorage on PyPi
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v3
16
+ - uses : actions/checkout@v4
17
17
with :
18
18
fetch-depth : 0
19
19
- name : Set up Python 3.13
Original file line number Diff line number Diff line change 20
20
name : Create and verify conda lock file for latest Python
21
21
runs-on : ' ubuntu-latest'
22
22
steps :
23
- - uses : actions/checkout@v3
23
+ - uses : actions/checkout@v4
24
24
with :
25
25
fetch-depth : 0
26
26
- uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 25
25
fail-fast : false
26
26
name : Linux Python ${{ matrix.python-version }}
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
fetch-depth : 0
31
31
- uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 17
17
fail-fast : false
18
18
name : Linux Python ${{ matrix.python-version }}
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@v4
21
21
with :
22
22
fetch-depth : 0
23
23
- uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 22
22
fail-fast : false
23
23
name : Linux Python ${{ matrix.python-version }}
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@v4
26
26
with :
27
27
fetch-depth : 0
28
28
- uses : conda-incubator/setup-miniconda@v3
55
55
fail-fast : false
56
56
name : OSX Python ${{ matrix.python-version }}
57
57
steps :
58
- - uses : actions/checkout@v3
58
+ - uses : actions/checkout@v4
59
59
with :
60
60
fetch-depth : 0
61
61
- uses : conda-incubator/setup-miniconda@v3
Original file line number Diff line number Diff line change 26
26
fail-fast : false
27
27
name : Linux Python ${{ matrix.python-version }}
28
28
steps :
29
- - uses : actions/checkout@v3
29
+ - uses : actions/checkout@v4
30
30
with :
31
31
fetch-depth : 0
32
32
- uses : conda-incubator/setup-miniconda@v3
@@ -90,10 +90,10 @@ jobs:
90
90
- name : Stop minio object storage
91
91
run : tests/s3_exploratory/minio_scripts/minio-stop
92
92
if : always()
93
- - name : Upload HTML report artifact
94
- uses : actions/upload-artifact@v4
95
- with :
96
- name : html-report
97
- path : test-reports/
98
- overwrite : true
99
- if : always()
93
+ # - name: Upload HTML report artifact
94
+ # uses: actions/upload-artifact@v4
95
+ # with:
96
+ # name: html-report
97
+ # path: test-reports/
98
+ # overwrite: true
99
+ # if: always()
You can’t perform that action at this time.
0 commit comments