Skip to content

Commit fe1a3bc

Browse files
authored
Merge pull request #198 from googlefonts/update-workflow
update publish-release.yml
2 parents 964c13d + d2341a9 commit fe1a3bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
- name: Build a binary wheel and a source tarball
5151
run: python3 -m build
5252
- name: Store the distribution packages
53-
uses: actions/upload-artifact@v3
53+
uses: actions/upload-artifact@v4
5454
with:
5555
name: python-package-distributions
5656
path: dist/
@@ -69,7 +69,7 @@ jobs:
6969
id-token: write # IMPORTANT: mandatory for trusted publishing
7070
steps:
7171
- name: Download all the dists
72-
uses: actions/download-artifact@v3
72+
uses: actions/download-artifact@v4
7373
with:
7474
name: python-package-distributions
7575
path: dist/

0 commit comments

Comments
 (0)