Skip to content

Commit d42e133

Browse files
authored
Merge pull request #155 from bobbrodie/7.0.x
SP-1170 Update artifact action to v4
2 parents 5b56586 + c9c51e3 commit d42e133

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- run: |
1818
pip3 install --upgrade build
1919
python -m build
20-
- uses: actions/upload-artifact@v3
20+
- uses: actions/upload-artifact@v4
2121
with:
2222
path: ./dist
2323

@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
id-token: write
3131
steps:
32-
- uses: actions/download-artifact@v3
32+
- uses: actions/download-artifact@v4
3333
- name: Publish package distributions to PyPI
3434
uses: pypa/gh-action-pypi-publish@release/v1
3535
with:

0 commit comments

Comments
 (0)