Skip to content

Commit 339b1c0

Browse files
Bump the actions-dependencies group across 1 directory with 2 updates
Bumps the actions-dependencies group with 2 updates in the / directory: [actions/download-artifact](https://github.com/actions/download-artifact) and [sigstore/gh-action-sigstore-python](https://github.com/sigstore/gh-action-sigstore-python). Updates `actions/download-artifact` from 4 to 5 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](actions/download-artifact@v4...v5) Updates `sigstore/gh-action-sigstore-python` from 3.0.0 to 3.0.1 - [Release notes](https://github.com/sigstore/gh-action-sigstore-python/releases) - [Changelog](https://github.com/sigstore/gh-action-sigstore-python/blob/main/CHANGELOG.md) - [Commits](sigstore/gh-action-sigstore-python@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: sigstore/gh-action-sigstore-python dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aca1601 commit 339b1c0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
4949

5050
steps:
51-
- uses: actions/download-artifact@v4
51+
- uses: actions/download-artifact@v5
5252
with:
5353
name: dist
5454
path: ./dist
@@ -65,13 +65,13 @@ jobs:
6565
contents: write
6666

6767
steps:
68-
- uses: actions/download-artifact@v4
68+
- uses: actions/download-artifact@v5
6969
with:
7070
name: dist
7171
path: ./dist
7272

7373
- name: Sign the dists with Sigstore
74-
uses: sigstore/gh-action-sigstore-python@v3.0.0
74+
uses: sigstore/gh-action-sigstore-python@v3.0.1
7575
with:
7676
inputs: >-
7777
./dist/*.tar.gz

0 commit comments

Comments
 (0)