Skip to content

Commit 048bc6c

Browse files
Bump actions/upload-artifact from 4 to 6
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v4...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] <[email protected]>
1 parent 1207677 commit 048bc6c

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

.github/workflows/Android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
id: slug
3131
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3232

33-
- uses: actions/upload-artifact@v4
33+
- uses: actions/upload-artifact@v6
3434
with:
3535
name: retroarch-android-${{ steps.slug.outputs.sha8 }}
3636
path: |

.github/workflows/DOS-DJGPP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: slug
3232
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3333

34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v6
3535
with:
3636
name: RA-DOS-dummy-${{ steps.slug.outputs.sha8 }}
3737
path: |

.github/workflows/MSVC.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: echo "sha8=$('${{github.sha}}'.Substring(0,8))" >> $env:GITHUB_OUTPUT
4848
# https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
4949

50-
- uses: actions/upload-artifact@v4
50+
- uses: actions/upload-artifact@v6
5151
with:
5252
name: retroarch-${{matrix.version}}-${{matrix.configuration}}-${{matrix.platform}}-${{ steps.slug.outputs.sha8 }}
5353
path: |

.github/workflows/MacOS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: slug
2727
run: echo "sha8=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_OUTPUT
2828

29-
- uses: actions/upload-artifact@v4
29+
- uses: actions/upload-artifact@v6
3030
with:
3131
name: RetroArch-${{ steps.slug.outputs.sha8 }}
3232
path: |

.github/workflows/Miyoo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: slug
3232
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3333

34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v6
3535
with:
3636
name: retroarch_miyoo_arm32${{ steps.slug.outputs.sha8 }}
3737
path: |

.github/workflows/PS2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
id: slug
3737
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3838

39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@v6
4040
with:
4141
name: RA-PS2-dummy-${{ steps.slug.outputs.sha8 }}
4242
path: |

.github/workflows/PS4-ORBIS.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
id: slug
3838
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3939

40-
- uses: actions/upload-artifact@v4
40+
- uses: actions/upload-artifact@v6
4141
with:
4242
name: bin-${{ steps.slug.outputs.sha8 }}
4343
path: |

.github/workflows/PSP.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: slug
4343
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
4444

45-
- uses: actions/upload-artifact@v4
45+
- uses: actions/upload-artifact@v6
4646
with:
4747
name: RA-PSP-dummy-${{ steps.slug.outputs.sha8 }}
4848
path: |

.github/workflows/PSVita.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
id: slug
3636
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3737

38-
- uses: actions/upload-artifact@v4
38+
- uses: actions/upload-artifact@v6
3939
with:
4040
name: RA-PSVita-dummy-${{ steps.slug.outputs.sha8 }}
4141
path: |

.github/workflows/RS90.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
id: slug
3232
run: echo "::set-output name=sha8::$(echo ${GITHUB_SHA} | cut -c1-8)"
3333

34-
- uses: actions/upload-artifact@v4
34+
- uses: actions/upload-artifact@v6
3535
with:
3636
name: retroarch_rs90_mips32${{ steps.slug.outputs.sha8 }}
3737
path: |

0 commit comments

Comments
 (0)