Skip to content

Commit c5123ba

Browse files
dependabot[bot]AdityaGarg8
authored andcommitted
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 88edb78 commit c5123ba

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
@@ -41,7 +41,7 @@ jobs:
4141
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
4242
4343
- name: Upload iso artifact
44-
uses: actions/upload-artifact@v6
44+
uses: actions/upload-artifact@v7
4545
with:
4646
name: mbp-linuxmint-cinnamon-${{ steps.tag.outputs.tag }}.z01
4747
path: ${{ github.workspace }}/output/*
@@ -109,7 +109,7 @@ jobs:
109109
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
110110
111111
- name: Upload iso artifact
112-
uses: actions/upload-artifact@v6
112+
uses: actions/upload-artifact@v7
113113
with:
114114
name: mbp-linuxmint-mate-${{ steps.tag.outputs.tag }}.z01
115115
path: ${{ github.workspace }}/output/*
@@ -172,7 +172,7 @@ jobs:
172172
echo "isotag=${VER}-${REL}" >> $GITHUB_ENV
173173
174174
- name: Upload iso artifact
175-
uses: actions/upload-artifact@v6
175+
uses: actions/upload-artifact@v7
176176
with:
177177
name: mbp-linuxmint-xfce-${{ steps.tag.outputs.tag }}.z01
178178
path: ${{ github.workspace }}/output/*

0 commit comments

Comments
 (0)