Skip to content

Commit dc6f0d5

Browse files
authored
Merge branch 'main' into requirements-fix
2 parents f7eda81 + 7168b65 commit dc6f0d5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publishing.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
python setup.py sdist bdist_wheel
9898
9999
- name: Upload artifacts
100-
uses: actions/upload-artifact@v2
100+
uses: actions/upload-artifact@v4
101101
with:
102102
name: dist
103103
path: dist/
@@ -112,7 +112,7 @@ jobs:
112112
id-token: write
113113
steps:
114114
- name: Download artifacts
115-
uses: actions/download-artifact@v2
115+
uses: actions/download-artifact@v4
116116
with:
117117
name: dist
118118
path: dist/
@@ -133,7 +133,7 @@ jobs:
133133
fetch-depth: 0
134134

135135
- name: Download artifacts
136-
uses: actions/download-artifact@v2
136+
uses: actions/download-artifact@v4
137137
with:
138138
name: dist
139139
path: dist/

0 commit comments

Comments
 (0)