Skip to content

Commit fa085a7

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/attest-build-provenance](https://github.com/actions/attest-build-provenance) and [actions/upload-artifact](https://github.com/actions/upload-artifact). 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) --- 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 ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 65c2c9e commit fa085a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 3 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
@@ -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)