Skip to content

Commit b48328d

Browse files
authored
GitHub Actions: Upgrade hynek/build-and-inspect-python-package (#78)
https://github.com/hynek/build-and-inspect-python-package/releases/tag/v2.0.0 > This release switches to actions/upload-artifact v4, which is incompatible with older versions of actions/download-artifact (and vice versa). > * If you're using download-artifact@v3, do not upgrade. > * If you want to use download-artifact@v4, you must upgrade.
1 parent 2f1fc27 commit b48328d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222
- name: Build and Check Package
23-
uses: hynek/build-and-inspect-python-package@v1.5
23+
uses: hynek/build-and-inspect-python-package@v2
2424

2525
test:
2626

@@ -53,7 +53,7 @@ jobs:
5353
- uses: actions/checkout@v4
5454

5555
- name: Download Package
56-
uses: actions/download-artifact@v3
56+
uses: actions/download-artifact@v4
5757
with:
5858
name: Packages
5959
path: dist
@@ -95,7 +95,7 @@ jobs:
9595
- uses: actions/checkout@v4
9696

9797
- name: Download Package
98-
uses: actions/download-artifact@v3
98+
uses: actions/download-artifact@v4
9999
with:
100100
name: Packages
101101
path: dist

0 commit comments

Comments
 (0)