Upgrade: Bump the actions group across 1 directory with 5 updates (#47)
Bumps the actions group with 5 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/cache](https://github.com/actions/cache) | `4` | `5` | | [actions/download-artifact](https://github.com/actions/download-artifact) | `6` | `7` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `5` | `6` | | [Apple-Actions/import-codesign-certs](https://github.com/apple-actions/import-codesign-certs) | `5` | `6` | | [softprops/action-gh-release](https://github.com/softprops/action-gh-release) | `2.4.2` | `2.5.0` | Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v5) Updates `actions/download-artifact` from 6 to 7 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v6...v7) Updates `actions/upload-artifact` from 5 to 6 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v5...v6) Updates `Apple-Actions/import-codesign-certs` from 5 to 6 - [Release notes](https://github.com/apple-actions/import-codesign-certs/releases) - [Commits](https://github.com/apple-actions/import-codesign-certs/compare/v5...v6) Updates `softprops/action-gh-release` from 2.4.2 to 2.5.0 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/v2.4.2...v2.5.0) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/download-artifact dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: Apple-Actions/import-codesign-certs dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: softprops/action-gh-release dependency-version: 2.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/ci-emscripten.yml
vendored
2
.github/workflows/ci-emscripten.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
|||||||
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
|
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
|
||||||
|
|
||||||
- name: Setup cache
|
- name: Setup cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
# If you change this version, change the numbers in the image configuration step,
|
# If you change this version, change the numbers in the image configuration step,
|
||||||
# .github/workflows/preview-build.yml (2x) and os/emscripten/Dockerfile too.
|
# .github/workflows/preview-build.yml (2x) and os/emscripten/Dockerfile too.
|
||||||
|
|||||||
2
.github/workflows/preview-build.yml
vendored
2
.github/workflows/preview-build.yml
vendored
@@ -43,7 +43,7 @@ jobs:
|
|||||||
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
|
update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 100
|
||||||
|
|
||||||
- name: Setup cache
|
- name: Setup cache
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v5
|
||||||
with:
|
with:
|
||||||
path: /emsdk/upstream/emscripten/cache
|
path: /emsdk/upstream/emscripten/cache
|
||||||
# If you change this version, change the numbers in the image configuration step,
|
# If you change this version, change the numbers in the image configuration step,
|
||||||
|
|||||||
4
.github/workflows/release-docs.yml
vendored
4
.github/workflows/release-docs.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
|
|
||||||
@@ -78,7 +78,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: openttd-docs
|
name: openttd-docs
|
||||||
path: build/bundles/*.tar.xz
|
path: build/bundles/*.tar.xz
|
||||||
|
|||||||
6
.github/workflows/release-linux.yml
vendored
6
.github/workflows/release-linux.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
|
|
||||||
@@ -158,14 +158,14 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: citymania-client-linux-generic
|
name: citymania-client-linux-generic
|
||||||
path: build/bundles
|
path: build/bundles
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Store symbols
|
- name: Store symbols
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: symbols-linux-generic
|
name: symbols-linux-generic
|
||||||
path: build/symbols
|
path: build/symbols
|
||||||
|
|||||||
8
.github/workflows/release-macos.yml
vendored
8
.github/workflows/release-macos.yml
vendored
@@ -23,7 +23,7 @@ jobs:
|
|||||||
xcode-version: latest-stable
|
xcode-version: latest-stable
|
||||||
|
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
|
|
||||||
@@ -77,7 +77,7 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Import code signing certificates
|
- name: Import code signing certificates
|
||||||
uses: Apple-Actions/import-codesign-certs@v5
|
uses: Apple-Actions/import-codesign-certs@v6
|
||||||
with:
|
with:
|
||||||
# The certificates in a PKCS12 file encoded as a base64 string
|
# The certificates in a PKCS12 file encoded as a base64 string
|
||||||
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
|
p12-file-base64: ${{ secrets.APPLE_DEVELOPER_CERTIFICATE_P12_BASE64 }}
|
||||||
@@ -203,14 +203,14 @@ jobs:
|
|||||||
mv _CPack_Packages/*/Bundle/citymania-client-*.zip bundles/
|
mv _CPack_Packages/*/Bundle/citymania-client-*.zip bundles/
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: citymania-client-macos-universal
|
name: citymania-client-macos-universal
|
||||||
path: build-x64/bundles
|
path: build-x64/bundles
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Store symbols
|
- name: Store symbols
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: symbols-macos-universal
|
name: symbols-macos-universal
|
||||||
path: build-x64/symbols
|
path: build-x64/symbols
|
||||||
|
|||||||
4
.github/workflows/release-source.yml
vendored
4
.github/workflows/release-source.yml
vendored
@@ -202,14 +202,14 @@ jobs:
|
|||||||
echo "::endgroup::"
|
echo "::endgroup::"
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: citymania-client-source
|
name: citymania-client-source
|
||||||
path: build/bundles/*
|
path: build/bundles/*
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Store source (for other jobs)
|
- name: Store source (for other jobs)
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
path: source.tar.gz
|
path: source.tar.gz
|
||||||
|
|||||||
10
.github/workflows/release-windows-store.yml
vendored
10
.github/workflows/release-windows-store.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
|
|
||||||
@@ -25,17 +25,17 @@ jobs:
|
|||||||
tar -xf source.tar.gz --strip-components=1
|
tar -xf source.tar.gz --strip-components=1
|
||||||
|
|
||||||
- name: Download x86 build
|
- name: Download x86 build
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x86
|
name: openttd-windows-x86
|
||||||
|
|
||||||
- name: Download x64 build
|
- name: Download x64 build
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x64
|
name: openttd-windows-x64
|
||||||
|
|
||||||
- name: Download arm64 build
|
- name: Download arm64 build
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-arm64
|
name: openttd-windows-arm64
|
||||||
|
|
||||||
@@ -185,7 +185,7 @@ jobs:
|
|||||||
move output\OpenTTD.appxbundle bundles\internal\openttd-${{ inputs.version }}-windows-store.appxbundle
|
move output\OpenTTD.appxbundle bundles\internal\openttd-${{ inputs.version }}-windows-store.appxbundle
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-store
|
name: openttd-windows-store
|
||||||
path: builds/bundles
|
path: builds/bundles
|
||||||
|
|||||||
6
.github/workflows/release-windows.yml
vendored
6
.github/workflows/release-windows.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
|
|
||||||
@@ -198,14 +198,14 @@ jobs:
|
|||||||
AZURE_CODESIGN_PROFILE_NAME: ${{ secrets.AZURE_CODESIGN_PROFILE_NAME }}
|
AZURE_CODESIGN_PROFILE_NAME: ${{ secrets.AZURE_CODESIGN_PROFILE_NAME }}
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: citymania-client-windows-${{ matrix.arch }}
|
name: citymania-client-windows-${{ matrix.arch }}
|
||||||
path: build/bundles
|
path: build/bundles
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Store symbols
|
- name: Store symbols
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: symbols-windows-${{ matrix.arch }}
|
name: symbols-windows-${{ matrix.arch }}
|
||||||
path: build/symbols
|
path: build/symbols
|
||||||
|
|||||||
6
.github/workflows/release.yml
vendored
6
.github/workflows/release.yml
vendored
@@ -173,10 +173,10 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download all bundles
|
- name: Download all bundles
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
|
|
||||||
- name: Release GitHub assets
|
- name: Release GitHub assets
|
||||||
uses: softprops/action-gh-release@v2.4.2
|
uses: softprops/action-gh-release@v2.5.0
|
||||||
|
|
||||||
# if: startsWith(github.ref, 'refs/tags/')
|
# if: startsWith(github.ref, 'refs/tags/')
|
||||||
with:
|
with:
|
||||||
@@ -199,7 +199,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download all bundles
|
- name: Download all bundles
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
|
|
||||||
- name: Upload to CityMania
|
- name: Upload to CityMania
|
||||||
uses: appleboy/scp-action@master
|
uses: appleboy/scp-action@master
|
||||||
|
|||||||
6
.github/workflows/upload-cdn.yml
vendored
6
.github/workflows/upload-cdn.yml
vendored
@@ -21,7 +21,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download all bundles
|
- name: Download all bundles
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
|
|
||||||
- name: Calculate checksums
|
- name: Calculate checksums
|
||||||
run: |
|
run: |
|
||||||
@@ -70,14 +70,14 @@ jobs:
|
|||||||
done
|
done
|
||||||
|
|
||||||
- name: Store bundles
|
- name: Store bundles
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: cdn-bundles
|
name: cdn-bundles
|
||||||
path: bundles/*
|
path: bundles/*
|
||||||
retention-days: 5
|
retention-days: 5
|
||||||
|
|
||||||
- name: Store breakpad symbols
|
- name: Store breakpad symbols
|
||||||
uses: actions/upload-artifact@v5
|
uses: actions/upload-artifact@v6
|
||||||
with:
|
with:
|
||||||
name: cdn-symbols
|
name: cdn-symbols
|
||||||
path: symbols/*
|
path: symbols/*
|
||||||
|
|||||||
10
.github/workflows/upload-gog.yml
vendored
10
.github/workflows/upload-gog.yml
vendored
@@ -15,31 +15,31 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
path: internal-source
|
path: internal-source
|
||||||
|
|
||||||
- name: Download bundle (Windows x86)
|
- name: Download bundle (Windows x86)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x86
|
name: openttd-windows-x86
|
||||||
path: openttd-windows-x86
|
path: openttd-windows-x86
|
||||||
|
|
||||||
- name: Download bundle (Windows x64)
|
- name: Download bundle (Windows x64)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x64
|
name: openttd-windows-x64
|
||||||
path: openttd-windows-x64
|
path: openttd-windows-x64
|
||||||
|
|
||||||
- name: Download bundle (MacOS)
|
- name: Download bundle (MacOS)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-macos-universal
|
name: openttd-macos-universal
|
||||||
path: openttd-macos-universal
|
path: openttd-macos-universal
|
||||||
|
|
||||||
- name: Download bundle (Linux)
|
- name: Download bundle (Linux)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-linux-generic
|
name: openttd-linux-generic
|
||||||
path: openttd-linux-generic
|
path: openttd-linux-generic
|
||||||
|
|||||||
10
.github/workflows/upload-steam.yml
vendored
10
.github/workflows/upload-steam.yml
vendored
@@ -18,31 +18,31 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Download source
|
- name: Download source
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: internal-source
|
name: internal-source
|
||||||
path: internal-source
|
path: internal-source
|
||||||
|
|
||||||
- name: Download bundle (Windows x86)
|
- name: Download bundle (Windows x86)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x86
|
name: openttd-windows-x86
|
||||||
path: openttd-windows-x86
|
path: openttd-windows-x86
|
||||||
|
|
||||||
- name: Download bundle (Windows x64)
|
- name: Download bundle (Windows x64)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-windows-x64
|
name: openttd-windows-x64
|
||||||
path: openttd-windows-x64
|
path: openttd-windows-x64
|
||||||
|
|
||||||
- name: Download bundle (MacOS)
|
- name: Download bundle (MacOS)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-macos-universal
|
name: openttd-macos-universal
|
||||||
path: openttd-macos-universal
|
path: openttd-macos-universal
|
||||||
|
|
||||||
- name: Download bundle (Linux)
|
- name: Download bundle (Linux)
|
||||||
uses: actions/download-artifact@v6
|
uses: actions/download-artifact@v7
|
||||||
with:
|
with:
|
||||||
name: openttd-linux-generic
|
name: openttd-linux-generic
|
||||||
path: openttd-linux-generic
|
path: openttd-linux-generic
|
||||||
|
|||||||
Reference in New Issue
Block a user