Skip to content

Commit be255d9

Browse files
dependabot[bot]AdityaGarg8
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 01642ef commit be255d9

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/CI.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
3939
4040
- name: Upload iso artifact
41-
uses: actions/upload-artifact@v4
41+
uses: actions/upload-artifact@v5
4242
with:
4343
name: mbp-linuxmint-cinnamon-${{ steps.tag.outputs.tag }}.z01
4444
path: ${{ github.workspace }}/output/*
@@ -103,7 +103,7 @@ jobs:
103103
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
104104
105105
- name: Upload iso artifact
106-
uses: actions/upload-artifact@v4
106+
uses: actions/upload-artifact@v5
107107
with:
108108
name: mbp-linuxmint-mate-${{ steps.tag.outputs.tag }}.z01
109109
path: ${{ github.workspace }}/output/*
@@ -163,7 +163,7 @@ jobs:
163163
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
164164
165165
- name: Upload iso artifact
166-
uses: actions/upload-artifact@v4
166+
uses: actions/upload-artifact@v5
167167
with:
168168
name: mbp-linuxmint-xfce-${{ steps.tag.outputs.tag }}.z01
169169
path: ${{ github.workspace }}/output/*

0 commit comments

Comments
 (0)