Skip to content

Commit 1fdf7ff

Browse files
Build(deps): Bump actions/upload-artifact from 6 to 7
Bumps [actions/upload-artifact](https://github.com/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/upload-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ef3ebbf commit 1fdf7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
PUBLIC_PATH=${deploydir} npm run build:release
3737
3838
- name: Archive test deployment files as artifact
39-
uses: actions/upload-artifact@v6
39+
uses: actions/upload-artifact@v7
4040
with:
4141
name: test-deployment-files
4242
include-hidden-files: true
@@ -54,7 +54,7 @@ jobs:
5454
5555
- name: Archive prod deployment files as artifact
5656
if: github.repository_owner == 'opencast' && github.ref == 'refs/heads/main'
57-
uses: actions/upload-artifact@v6
57+
uses: actions/upload-artifact@v7
5858
with:
5959
name: prod-deployment-files
6060
include-hidden-files: true

0 commit comments

Comments
 (0)