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](https://github.com/actions/upload-artifact/compare/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] <support@github.com>
This commit is contained in:
dependabot[bot]
2025-10-27 13:10:36 +00:00
committed by John Preston
parent 8f26a24f78
commit 877ef7d78f
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -148,7 +148,7 @@ jobs:
cd out/Debug cd out/Debug
mkdir artifact mkdir artifact
mv {Telegram,Updater} artifact/ mv {Telegram,Updater} artifact/
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
if: env.UPLOAD_ARTIFACT == 'true' if: env.UPLOAD_ARTIFACT == 'true'
name: Upload artifact. name: Upload artifact.
with: with:
+1 -1
View File
@@ -131,7 +131,7 @@ jobs:
mkdir artifact mkdir artifact
mv Telegram.app artifact/ mv Telegram.app artifact/
mv Updater artifact/ mv Updater artifact/
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
if: env.UPLOAD_ARTIFACT == 'true' if: env.UPLOAD_ARTIFACT == 'true'
name: Upload artifact. name: Upload artifact.
with: with:
+1 -1
View File
@@ -187,7 +187,7 @@ jobs:
cd $REPO_NAME/build cd $REPO_NAME/build
mkdir artifact mkdir artifact
mv Telegram.dmg artifact/ mv Telegram.dmg artifact/
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
if: env.UPLOAD_ARTIFACT == 'true' if: env.UPLOAD_ARTIFACT == 'true'
name: Upload artifact. name: Upload artifact.
with: with:
+1 -1
View File
@@ -84,7 +84,7 @@ jobs:
mkdir artifact mkdir artifact
mv $artifact_name artifact mv $artifact_name artifact
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
if: env.UPLOAD_ARTIFACT == 'true' if: env.UPLOAD_ARTIFACT == 'true'
name: Upload artifact. name: Upload artifact.
with: with:
+1 -1
View File
@@ -203,7 +203,7 @@ jobs:
mkdir artifact mkdir artifact
move %OUT%\Telegram.exe artifact/ move %OUT%\Telegram.exe artifact/
move %OUT%\Updater.exe artifact/ move %OUT%\Updater.exe artifact/
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v5
name: Upload artifact. name: Upload artifact.
if: (env.UPLOAD_ARTIFACT == 'true') || (github.ref == 'refs/heads/nightly') if: (env.UPLOAD_ARTIFACT == 'true') || (github.ref == 'refs/heads/nightly')
with: with: