Skip to content

Commit 325808f

Browse files
author
Phil Cummins
committed
to upload-artifactv4
1 parent c928d05 commit 325808f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install build
2020
python -m build --sdist .
2121
- name: Upload source package
22-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: distribution
2525
path: dist/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
pip install build
2020
python -m build --sdist .
2121
- name: Upload source package
22-
uses: actions/upload-artifact@v2
22+
uses: actions/upload-artifact@v4
2323
with:
2424
name: distribution
2525
path: dist/

0 commit comments

Comments
 (0)