Skip to content

Commit 1f5f4d2

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

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@v5
41+
uses: actions/upload-artifact@v6
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@v5
106+
uses: actions/upload-artifact@v6
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@v5
166+
uses: actions/upload-artifact@v6
167167
with:
168168
name: mbp-linuxmint-xfce-${{ steps.tag.outputs.tag }}.z01
169169
path: ${{ github.workspace }}/output/*

0 commit comments

Comments
 (0)