Skip to content

Commit 7ec339a

Browse files
authored
Merge pull request #96 from matplotlib/dependabot/github_actions/actions-ef2de82c57
Bump the actions group across 1 directory with 3 updates
2 parents 151ec92 + 61bf0ca commit 7ec339a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: python -m build
3535

3636
- name: Save built packages as artifact
37-
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
37+
uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
3838
with:
3939
name: packages-${{ runner.os }}-${{ steps.setup.outputs.python-version }}
4040
path: dist/
@@ -52,11 +52,11 @@ jobs:
5252
id-token: write
5353
steps:
5454
- name: Download packages
55-
uses: actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
55+
uses: actions/download-artifact@cc203385981b70ca67e1cc392babf9cc229d5806 # v4.1.9
5656
with:
5757
pattern: packages-*
5858
path: dist
5959
merge-multiple: true
6060

6161
- name: Publish package distributions to PyPI
62-
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
62+
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4

0 commit comments

Comments
 (0)