Skip to content

Commit 2bba576

Browse files
authored
Merge pull request #68 from DavidCEllis/dependabot/github_actions/ci-actions-282fdda336
Bump the ci-actions group with 3 updates
2 parents 60ed89a + fbabb63 commit 2bba576

3 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_zipapp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: |
2727
python -m ducktools.env rebuild_env --zipapp
2828
- name: Store the built zipapp
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: ducktools-zipapp
3232
path: dist/
@@ -45,12 +45,12 @@ jobs:
4545

4646
steps:
4747
- name: Download the zipapp
48-
uses: actions/download-artifact@v6
48+
uses: actions/download-artifact@v7
4949
with:
5050
name: ducktools-zipapp
5151
path: dist/
5252
- name: Sign the zipapp with Sigstore
53-
uses: sigstore/gh-action-sigstore-python@v3.1.0
53+
uses: sigstore/gh-action-sigstore-python@v3.2.0
5454
with:
5555
release-signing-artifacts: false
5656
inputs: >-

.github/workflows/publish_to_pypi.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Build a binary wheel and a source tarball
2727
run: python3 -m build
2828
- name: Store the distribution packages
29-
uses: actions/upload-artifact@v5
29+
uses: actions/upload-artifact@v6
3030
with:
3131
name: python-package-distributions
3232
path: dist/
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Download all the dists
48-
uses: actions/download-artifact@v6
48+
uses: actions/download-artifact@v7
4949
with:
5050
name: python-package-distributions
5151
path: dist/
@@ -66,12 +66,12 @@ jobs:
6666

6767
steps:
6868
- name: Download all the dists
69-
uses: actions/download-artifact@v6
69+
uses: actions/download-artifact@v7
7070
with:
7171
name: python-package-distributions
7272
path: dist/
7373
- name: Sign the dists with Sigstore
74-
uses: sigstore/gh-action-sigstore-python@v3.1.0
74+
uses: sigstore/gh-action-sigstore-python@v3.2.0
7575
with:
7676
release-signing-artifacts: false
7777
inputs: >-

.github/workflows/publish_to_testpypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Build a binary wheel and a source tarball
2828
run: python3 -m build
2929
- name: Store the distribution packages
30-
uses: actions/upload-artifact@v5
30+
uses: actions/upload-artifact@v6
3131
with:
3232
name: python-package-distributions
3333
path: dist/
@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Download all the dists
50-
uses: actions/download-artifact@v6
50+
uses: actions/download-artifact@v7
5151
with:
5252
name: python-package-distributions
5353
path: dist/

0 commit comments

Comments
 (0)