Skip to content

Commit ded0279

Browse files
committed
chore: πŸ”§ update obsolete GitHub actions
- πŸš€ crate-ci/typos: v1.41.0 β†’ v1.47.0 - πŸ“¦ actions/upload-artifact: v4 β†’ v7 - πŸ“₯ actions/download-artifact: v4 β†’ v8 - πŸ–ŠοΈ sigstore/gh-action-sigstore-python: v3.0.0 β†’ v3.3.0
1 parent 5847d4a commit ded0279

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

β€Ž.github/workflows/release.yamlβ€Ž

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
- name: πŸ—οΈ Build a binary wheel and a source tarball
9393
run: poetry build
9494
- name: πŸ“¦ Store the distribution packages
95-
uses: actions/upload-artifact@v4
95+
uses: actions/upload-artifact@v7
9696
with:
9797
name: python-package-distributions
9898
path: |
@@ -111,7 +111,7 @@ jobs:
111111
id-token: write # IMPORTANT: mandatory for trusted publishing
112112
steps:
113113
- name: ⬇️ Download all the distribution packages
114-
uses: actions/download-artifact@v4
114+
uses: actions/download-artifact@v8
115115
with:
116116
name: python-package-distributions
117117
path: dist/
@@ -132,7 +132,7 @@ jobs:
132132
id-token: write # IMPORTANT: mandatory for trusted publishing
133133
steps:
134134
- name: ⬇️ Download all the dists
135-
uses: actions/download-artifact@v4
135+
uses: actions/download-artifact@v8
136136
with:
137137
name: python-package-distributions
138138
path: dist/
@@ -151,18 +151,18 @@ jobs:
151151

152152
steps:
153153
- name: ⬇️ Download all the distribution packages
154-
uses: actions/download-artifact@v4
154+
uses: actions/download-artifact@v8
155155
with:
156156
name: python-package-distributions
157157
path: dist/
158158
- name: πŸ–ŠοΈ Sign the dists with Sigstore
159-
uses: sigstore/gh-action-sigstore-python@v3.0.0
159+
uses: sigstore/gh-action-sigstore-python@v3.3.0
160160
with:
161161
inputs: >-
162162
./dist/*.tar.gz
163163
./dist/*.whl
164164
- name: πŸ“¦ Store the signed distribution packages
165-
uses: actions/upload-artifact@v4
165+
uses: actions/upload-artifact@v7
166166
with:
167167
name: python-package-signatures
168168
path: dist/*.json
@@ -177,12 +177,12 @@ jobs:
177177
id-token: write # IMPORTANT: mandatory for sigstore
178178
steps:
179179
- name: ⬇️ Download all the distribution packages
180-
uses: actions/download-artifact@v4
180+
uses: actions/download-artifact@v8
181181
with:
182182
name: python-package-distributions
183183
path: dist/
184184
- name: ⬇️ Download all the distribution signatures
185-
uses: actions/download-artifact@v4
185+
uses: actions/download-artifact@v8
186186
with:
187187
name: python-package-signatures
188188
path: dist/

β€Ž.github/workflows/testing.yamlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: βŒ› Lint Python code
5757
run: flake8 -v rocrate_validator tests
5858
- name: βŒ› Spell check code and profiles (covers Python and SHACL)
59-
uses: crate-ci/typos@v1.41.0
59+
uses: crate-ci/typos@v1.47.0
6060

6161
# Runs the tests
6262
test:

0 commit comments

Comments
Β (0)