Skip to content

Commit 78b2ed6

Browse files
dependabot[bot]gnikit
authored andcommitted
Bump actions/upload-artifact from 2 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 4. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v2...v4) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f210e9d commit 78b2ed6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ jobs:
181181
ci/run_tests.sh "$PWD/${{ env.FPM_RELEASE }}"
182182
183183
- name: Upload artifact
184-
uses: actions/upload-artifact@v2
184+
uses: actions/upload-artifact@v4
185185
with:
186186
name: ${{ env.FPM_RELEASE }}
187187
path: ${{ env.FPM_RELEASE }}
@@ -257,7 +257,7 @@ jobs:
257257
move fpm-installer.exe fpm-installer-${{ env.VERSION }}.exe
258258
259259
- name: Upload artifact
260-
uses: actions/upload-artifact@v2
260+
uses: actions/upload-artifact@v4
261261
with:
262262
name: fpm-installer
263263
path: ci/fpm-installer-${{ env.VERSION }}.exe

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
PREFIX: fpm-${{ env.VERSION }}/
3636

3737
- name: Upload artifact
38-
uses: actions/upload-artifact@v2
38+
uses: actions/upload-artifact@v4
3939
with:
4040
name: ${{ env.OUTPUT }}
4141
path: ${{ env.OUTPUT }}
@@ -104,7 +104,7 @@ jobs:
104104
${{ env.EXE }} build
105105
106106
- name: Upload artifact
107-
uses: actions/upload-artifact@v2
107+
uses: actions/upload-artifact@v4
108108
with:
109109
name: ${{ env.OUTPUT }}
110110
path: ${{ env.OUTPUT }}

0 commit comments

Comments
 (0)