Skip to content

Commit 4f750a9

Browse files
dependabot[bot]dalito
authored andcommitted
Bump actions/upload-artifact from 4 to 5
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 5. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...v5) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 578d9a5 commit 4f750a9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/ci-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ jobs:
122122
123123
- name: Store artifacts
124124
if: ${{ always() }}
125-
uses: actions/upload-artifact@v4
125+
uses: actions/upload-artifact@v5
126126
with:
127127
name: voc4cat-outbox_${{ env.RUN_DATE }}_run${{ GITHUB.RUN_ID }}
128128
path: outbox/

.github/workflows/merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
# This step is not required and may be removed.
108108
# It may be helpful for trouble shooting.
109109
if: ${{ always() }}
110-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
110+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
111111
with:
112112
name: voc4cat-pages-dev-content
113113
path: publish/

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# This step is not required and may be removed.
106106
# It may be helpful for troubleshooting.
107107
if: ${{ always() }}
108-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874
108+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4
109109
with:
110110
name: voc4cat-pages-release-${{ github.ref_name }}
111111
path: publish/

0 commit comments

Comments
 (0)