Skip to content

Commit b9ce0a8

Browse files
dependabot[bot]jamesobutler
authored andcommitted
chore(deps): bump the actions group across 1 directory with 3 updates
Bumps the actions group with 3 updates in the / directory: [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [re-actors/alls-green](https://github.com/re-actors/alls-green). Updates `dawidd6/action-download-artifact` from 14 to 16 - [Release notes](https://github.com/dawidd6/action-download-artifact/releases) - [Commits](dawidd6/action-download-artifact@5c98f0b...2536c51) Updates `actions/upload-artifact` from 6.0.0 to 7.0.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b7c566a...bbbca2d) Updates `re-actors/alls-green` from 2765efec08f0fd63e83ad900f5fd75646be69ff6 to a638d6464689bbb24c325bb3fe9404d63a913030 - [Release notes](https://github.com/re-actors/alls-green/releases) - [Commits](re-actors/alls-green@2765efe...a638d64) --- updated-dependencies: - dependency-name: dawidd6/action-download-artifact dependency-version: '16' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: actions/upload-artifact dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions - dependency-name: re-actors/alls-green dependency-version: a638d6464689bbb24c325bb3fe9404d63a913030 dependency-type: direct:production dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f29c5d commit b9ce0a8

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/CD.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141

4242
- name: Download artifact
4343
id: download-artifact
44-
uses: dawidd6/action-download-artifact@5c98f0b039f36ef966fdb7dfa9779262785ecb05 # v14
44+
uses: dawidd6/action-download-artifact@2536c51d3d126276eb39f74d6bc9c72ac6ef30d3 # v16
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747
workflow: CI.yml

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
127127
- name: Publish packages
128128
if: matrix.APPLAUNCHER_CMAKE_GENERATOR == 'Visual Studio 17 2022'
129-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
129+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
130130
with:
131131
name: win-packages
132132
path: build/CTKAppLauncher-*.tar.gz
@@ -194,7 +194,7 @@ jobs:
194194
--parallel $(nproc)
195195
196196
- name: Publish packages
197-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
197+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
198198
with:
199199
name: linux-packages
200200
path: build/CTKAppLauncher-*.tar.gz
@@ -249,7 +249,7 @@ jobs:
249249
ctest -LE XDisplayRequired --output-on-failure
250250
251251
- name: Publish packages
252-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
252+
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
253253
with:
254254
name: macos-packages
255255
path: build/CTKAppLauncher-*.tar.gz
@@ -292,7 +292,7 @@ jobs:
292292
echo "allowed-skips value = ${{ steps.allow.outputs.value }}"
293293
294294
- name: Decide whether the needed jobs succeeded or failed
295-
uses: re-actors/alls-green@2765efec08f0fd63e83ad900f5fd75646be69ff6 # v1.2.2
295+
uses: re-actors/alls-green@a638d6464689bbb24c325bb3fe9404d63a913030 # v1.2.2
296296
with:
297297
jobs: ${{ toJSON(needs) }}
298298
# Allow test jobs to be skipped when the 'paths-to-include' filter determined

0 commit comments

Comments
 (0)