Skip to content

Commit 9701b3e

Browse files
sfc-gh-mkellergithub-actions
andauthored
bump gh action (#2144)
Co-authored-by: github-actions <[email protected]>
1 parent 2331d23 commit 9701b3e

File tree

5 files changed

+31
-29
lines changed

5 files changed

+31
-29
lines changed

.github/workflows/create_req_files.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
12+
python-version: ["3.9", "3.10", "3.11", "3.12"]
1313
steps:
1414
- uses: actions/checkout@v3
1515
- name: Set up Python
@@ -37,9 +37,10 @@ jobs:
3737
- name: Show created req file
3838
shell: bash
3939
run: cat ${{ env.requirements_file }}
40-
- uses: actions/upload-artifact@v3
40+
- uses: actions/upload-artifact@v4
4141
with:
42-
path: temp_requirement
42+
name: tested_requirement-py${{ matrix.python-version }}
43+
path: ${{ env.requirements_file }}
4344

4445
push-files:
4546
needs: create-req-files
@@ -50,10 +51,11 @@ jobs:
5051
with:
5152
token: ${{ secrets.PAT }}
5253
- name: Download requirement files
53-
uses: actions/download-artifact@v3
54+
uses: actions/download-artifact@v4
5455
with:
55-
name: artifact
56+
pattern: tested_requirement-py*
5657
path: tested_requirements
58+
merge-multiple: true
5759
- name: Commit and push new requirements files
5860
run: |
5961
git config user.name github-actions
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Generated on: Python 3.10.15
1+
# Generated on: Python 3.10.16
22
asn1crypto==1.5.1
3-
certifi==2024.8.30
3+
certifi==2024.12.14
44
cffi==1.17.1
5-
charset-normalizer==3.4.0
5+
charset-normalizer==3.4.1
66
cryptography==44.0.0
7-
filelock==3.16.1
7+
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
@@ -16,5 +16,5 @@ requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
19-
urllib3==2.2.3
20-
snowflake-connector-python==3.12.4
19+
urllib3==2.3.0
20+
snowflake-connector-python==3.13.0
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Generated on: Python 3.11.10
1+
# Generated on: Python 3.11.11
22
asn1crypto==1.5.1
3-
certifi==2024.8.30
3+
certifi==2024.12.14
44
cffi==1.17.1
5-
charset-normalizer==3.4.0
5+
charset-normalizer==3.4.1
66
cryptography==44.0.0
7-
filelock==3.16.1
7+
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
@@ -16,5 +16,5 @@ requests==2.32.3
1616
sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
19-
urllib3==2.2.3
20-
snowflake-connector-python==3.12.4
19+
urllib3==2.3.0
20+
snowflake-connector-python==3.13.0
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Generated on: Python 3.12.7
1+
# Generated on: Python 3.12.8
22
asn1crypto==1.5.1
3-
certifi==2024.8.30
3+
certifi==2024.12.14
44
cffi==1.17.1
5-
charset-normalizer==3.4.0
5+
charset-normalizer==3.4.1
66
cryptography==44.0.0
7-
filelock==3.16.1
7+
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
@@ -13,10 +13,10 @@ PyJWT==2.10.1
1313
pyOpenSSL==24.3.0
1414
pytz==2024.2
1515
requests==2.32.3
16-
setuptools==75.6.0
16+
setuptools==75.8.0
1717
sortedcontainers==2.4.0
1818
tomlkit==0.13.2
1919
typing_extensions==4.12.2
20-
urllib3==2.2.3
20+
urllib3==2.3.0
2121
wheel==0.45.1
22-
snowflake-connector-python==3.12.4
22+
snowflake-connector-python==3.13.0
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Generated on: Python 3.9.20
1+
# Generated on: Python 3.9.21
22
asn1crypto==1.5.1
3-
certifi==2024.8.30
3+
certifi==2024.12.14
44
cffi==1.17.1
5-
charset-normalizer==3.4.0
5+
charset-normalizer==3.4.1
66
cryptography==44.0.0
7-
filelock==3.16.1
7+
filelock==3.17.0
88
idna==3.10
99
packaging==24.2
1010
platformdirs==4.3.6
@@ -17,4 +17,4 @@ sortedcontainers==2.4.0
1717
tomlkit==0.13.2
1818
typing_extensions==4.12.2
1919
urllib3==1.26.20
20-
snowflake-connector-python==3.12.4
20+
snowflake-connector-python==3.13.0

0 commit comments

Comments
 (0)