Skip to content

Commit 502c0a5

Browse files
chore(deps): bump the github-actions group across 1 directory with 3 updates
Bumps the github-actions group with 3 updates in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [ncipollo/release-action](https://github.com/ncipollo/release-action). Updates `actions/attest-build-provenance` from 3 to 4 - [Release notes](https://github.com/actions/attest-build-provenance/releases) - [Changelog](https://github.com/actions/attest-build-provenance/blob/main/RELEASE.md) - [Commits](actions/attest-build-provenance@v3...v4) Updates `actions/upload-artifact` from 6 to 7 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v6...v7) Updates `ncipollo/release-action` from 1.20.0 to 1.21.0 - [Release notes](https://github.com/ncipollo/release-action/releases) - [Commits](ncipollo/release-action@v1.20.0...v1.21.0) --- updated-dependencies: - dependency-name: actions/attest-build-provenance dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: ncipollo/release-action dependency-version: 1.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65c2c9e commit 502c0a5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
5959
- name: Attest
6060
if: github.event.pull_request.head.repo.full_name == github.repository
61-
uses: actions/attest-build-provenance@v3
61+
uses: actions/attest-build-provenance@v4
6262
with:
6363
subject-path: '${{ github.workspace }}/screenly-${{ matrix.platform }}-extension.zip'
6464

6565
- name: Upload Archive as Artifact
66-
uses: actions/upload-artifact@v6
66+
uses: actions/upload-artifact@v7
6767
with:
6868
name: screenly-${{ matrix.platform }}-extension
6969
path: artifacts/dist
@@ -77,7 +77,7 @@ jobs:
7777
7878
- name: Create Release
7979
if: startsWith(github.ref, 'refs/tags/')
80-
uses: ncipollo/release-action@v1.20.0
80+
uses: ncipollo/release-action@v1.21.0
8181
with:
8282
allowUpdates: true
8383
generateReleaseNotes: true
@@ -113,6 +113,6 @@ jobs:
113113
ENRICH: true
114114

115115
- name: Attest build
116-
uses: actions/attest-build-provenance@v3
116+
uses: actions/attest-build-provenance@v4
117117
with:
118118
subject-path: '${{ github.workspace }}/${{ matrix.platform }}-extension.cdx.json'

0 commit comments

Comments
 (0)