Skip to content

Commit 9d0bd3f

Browse files
dependabot[bot]TurboGit
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] <[email protected]>
1 parent f250c43 commit 9d0bd3f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/irc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
message: |-
6161
Showing last ${{ steps.gitlog.outputs.llc }} commit(s) to ${{ github.repository }}:
6262
${{ steps.gitlog.outputs.log }}
63-
- uses: actions/upload-artifact@v4
63+
- uses: actions/upload-artifact@v5
6464
with:
6565
name: recent_commit
6666
path: recent_commit

.github/workflows/nightly.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
cd src
167167
bash tools/appimage-build-script.sh
168168
- name: Package upload
169-
uses: actions/upload-artifact@v4
169+
uses: actions/upload-artifact@v5
170170
with:
171171
path: ${{ github.workspace }}/src/build/Darktable-*.AppImage*
172172
name: artifact-appimage-${{ runner.arch }}
@@ -306,7 +306,7 @@ jobs:
306306
echo "VERSION=$(git describe --tags --match release-* | sed 's/^release-//;s/-/+/;s/-/~/;s/rc/~rc/')" >> $GITHUB_ENV
307307
([[ ${MSYSTEM_CARCH} == x86_64 ]] && echo "SYSTEM=win64" || echo "SYSTEM=woa64") >> $GITHUB_ENV
308308
- name: Package upload
309-
uses: actions/upload-artifact@v4
309+
uses: actions/upload-artifact@v5
310310
with:
311311
path: ${{ env.BUILD_DIR }}/*.exe
312312
name: artifact-windows-${{ runner.arch }}
@@ -381,7 +381,7 @@ jobs:
381381
echo "VERSION=$(git describe --tags --match release-* | sed 's/^release-//;s/-/+/;s/-/~/;s/rc/~rc/')" >> $GITHUB_ENV
382382
echo "ARCHITECTURE=$(uname -m)" >> $GITHUB_ENV
383383
- name: Package upload
384-
uses: actions/upload-artifact@v4
384+
uses: actions/upload-artifact@v5
385385
with:
386386
path: ${{ env.INSTALL_PREFIX }}/darktable-${{ env.VERSION }}-${{ env.ARCHITECTURE }}.dmg
387387
name: artifact-macos-${{ runner.arch }}

0 commit comments

Comments
 (0)