Skip to content

Commit e32e033

Browse files
authored
Merge pull request #4289 from rism-digital/dependabot/github_actions/actions-c0792813f4
Bump the actions group with 2 updates
2 parents 81b3993 + 38904c5 commit e32e033

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

.github/workflows/ci_build.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
run: cp target/*.jar $GITHUB_WORKSPACE/$TEMP_DIR/
239239

240240
- name: Upload java build artifact
241-
uses: actions/upload-artifact@v6
241+
uses: actions/upload-artifact@v7
242242
with:
243243
name: java-build-${{ github.run_id }}
244244
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}
@@ -342,7 +342,7 @@ jobs:
342342

343343
- name: Upload js build artifact (${{ matrix.toolkit.target }})
344344
if: ${{ matrix.toolkit.upload == true }}
345-
uses: actions/upload-artifact@v6
345+
uses: actions/upload-artifact@v7
346346
with:
347347
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
348348
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}/${{ matrix.toolkit.filepath }}
@@ -370,7 +370,7 @@ jobs:
370370
run: cp data/*.css $GITHUB_WORKSPACE/$TEMP_DIR/data/
371371

372372
- name: Upload font data artifact
373-
uses: actions/upload-artifact@v6
373+
uses: actions/upload-artifact@v7
374374
with:
375375
name: ${{ env.FONTS }}-${{ github.run_id }}
376376
path: ${{ github.workspace }}/${{ env.TEMP_DIR }}
@@ -435,7 +435,7 @@ jobs:
435435
path: ${{ env.GH_PAGES_DIR }}
436436

437437
- name: Download TOOLKIT_BUILD artifacts
438-
uses: actions/download-artifact@v7.0.0
438+
uses: actions/download-artifact@v8.0.0
439439
with:
440440
name: ${{ env.TOOLKIT_BUILD }}-${{ github.run_id }}
441441
path: artifacts/${{ env.TOOLKIT_BUILD }}
@@ -445,7 +445,7 @@ jobs:
445445
cp -r artifacts/$TOOLKIT_BUILD/* $GH_PAGES_DIR/javascript/develop/
446446
447447
- name: Download FONTS artifacts
448-
uses: actions/download-artifact@v7.0.0
448+
uses: actions/download-artifact@v8.0.0
449449
with:
450450
name: ${{ env.FONTS }}-${{ github.run_id }}
451451
path: artifacts/${{ env.FONTS }}
@@ -535,7 +535,7 @@ jobs:
535535
run: (cat verovio.conf ; echo "OUTPUT_DIRECTORY = $GITHUB_WORKSPACE/$DOXYGEN_DIR") | doxygen -
536536

537537
- name: Upload doxygen build artifact
538-
uses: actions/upload-artifact@v6
538+
uses: actions/upload-artifact@v7
539539
with:
540540
name: ${{ env.DOC_BUILD }}-${{ github.run_id }}
541541
path: ${{ github.workspace }}/${{ env.DOXYGEN_DIR }}
@@ -565,7 +565,7 @@ jobs:
565565
path: ${{ env.DOXYGEN_DIR }}
566566

567567
- name: Download DOC_BUILD artifacts
568-
uses: actions/download-artifact@v7.0.0
568+
uses: actions/download-artifact@v8.0.0
569569
with:
570570
name: ${{ env.DOC_BUILD }}-${{ github.run_id }}
571571
path: artifacts/${{ env.DOC_BUILD }}

.github/workflows/python-ci-wheel.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153

154154
#===============================================#
155155
# Upload artifacts
156-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
156+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
157157
with:
158158
name: cibuildwheel-${{ runner.os }}-python-${{ matrix.python-version }}-${{ matrix.architecture }}
159159
path: ./wheelhouse/*.whl
@@ -229,7 +229,7 @@ jobs:
229229

230230
#===============================================#
231231
# Upload artifact
232-
- uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
232+
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
233233
with:
234234
name: sdist-${{ runner.os }}-python-3.10
235235
path: dist/*.tar.gz
@@ -263,7 +263,7 @@ jobs:
263263
#===============================================#
264264
# Prepare artifacts
265265
- name: Download artifacts
266-
uses: actions/download-artifact@v7.0.0 # v4.1.7
266+
uses: actions/download-artifact@v8.0.0 # v4.1.7
267267
with:
268268
path: bindings/python/artifacts/
269269

.github/workflows/tests_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
ls -al
116116
117117
- name: Upload results as artefacts
118-
uses: actions/upload-artifact@v6
118+
uses: actions/upload-artifact@v7
119119
with:
120120
name: test-suite-diff
121121
path: ${{ github.workspace }}/${{ env.OUTPUT_DIR }}/

0 commit comments

Comments
 (0)