Skip to content

Commit

Permalink
Merge pull request #48 from googlefonts/renovate/major-github-artifac…
Browse files Browse the repository at this point in the history
…t-actions

Update GitHub Artifact Actions to v4 (major)
  • Loading branch information
simoncozens authored Mar 13, 2024
2 parents dbdf57a + 2335025 commit eec6a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand All @@ -69,7 +69,7 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- name: Download all the dists
uses: actions/download-artifact@v3
uses: actions/download-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit eec6a6c

Please sign in to comment.