Skip to content

Commit 4264a6e

Browse files
Upgrade actions/upload-artifact and actions/download-artifact
1 parent a5c965f commit 4264a6e

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Dump upload url to file
1717
run: echo '${{ steps.get_release.outputs.upload_url }}' > upload_url
1818
- name: Upload upload_url
19-
uses: actions/upload-artifact@v3
19+
uses: actions/upload-artifact@v4
2020
with:
2121
name: upload_url
2222
path: upload_url
@@ -31,7 +31,7 @@ jobs:
3131
# 'linux-x64',
3232
]
3333
pair: [
34-
'python:3.7',
34+
# 'python:3.7',
3535
'python:3.9',
3636
]
3737
include:
@@ -41,9 +41,9 @@ jobs:
4141
host-os: 'ubuntu-latest'
4242
# - platform: 'linux-x64'
4343
# host-os: 'ubuntu-latest'
44-
- pair: 'python:3.7'
45-
language: 'python'
46-
version: '3.7'
44+
# - pair: 'python:3.7'
45+
# language: 'python'
46+
# version: '3.7'
4747
- pair: 'python:3.9'
4848
language: 'python'
4949
version: '3.9'
@@ -52,7 +52,7 @@ jobs:
5252

5353
steps:
5454
- name: Download upload_url
55-
uses: actions/download-artifact@v3
55+
uses: actions/download-artifact@v4
5656
with:
5757
name: upload_url
5858
path: upload_url

0 commit comments

Comments
 (0)