Skip to content

Commit cf308e0

Browse files
authored
Merge pull request #529 from rest-for-physics/dependabot/github_actions/actions/upload-artifact-4
Bump actions/upload-artifact from 3 to 4
2 parents 8a8be27 + edeceec commit cf308e0

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/validation.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
key: ${{ env.BRANCH_NAME }}-${{ github.sha }}
7474
path: ${{ env.REST_PATH }}
7575
- name: Upload Artifacts
76-
uses: actions/upload-artifact@v3
76+
uses: actions/upload-artifact@v4
7777
with:
7878
name: rest-install
7979
path: ${{ env.REST_PATH }}
@@ -259,7 +259,7 @@ jobs:
259259
restRoot -b -q ValidateDetectorParams.C'("Hits_01928.root")'
260260
python3 validateStreamer.py
261261
- name: Upload Artifacts
262-
uses: actions/upload-artifact@v3
262+
uses: actions/upload-artifact@v4
263263
with:
264264
name: TREXHits
265265
path: framework/pipeline/trex/Hits_01928.root
@@ -303,7 +303,7 @@ jobs:
303303
cd ${{ env.REST_PATH }}/examples
304304
restManager --c saveMetadataFile.rml --o meta.root
305305
- name: Upload Artifacts
306-
uses: actions/upload-artifact@v3
306+
uses: actions/upload-artifact@v4
307307
with:
308308
name: Metadata
309309
path: ${{ env.REST_PATH }}/examples/meta.root
@@ -315,7 +315,7 @@ jobs:
315315
restG4 NLDBD.rml
316316
restRoot -b -q Validate.C'("Run00001_NLDBD_Test.root")'
317317
- name: Upload Artifacts
318-
uses: actions/upload-artifact@v3
318+
uses: actions/upload-artifact@v4
319319
with:
320320
name: NLDBD
321321
path: ${{ env.REST_PATH }}/examples/restG4/01.NLDBD/Run00001_NLDBD_Test.root
@@ -330,7 +330,7 @@ jobs:
330330
restManager --c g4EvSelectionIDsFromFile.rml --f Run00001_NLDBD_Test_g4Analysis.root
331331
restRoot -b -q ValidateIDsFromFile.C'("Run00001_NLDBD_Test_EvSelectionIDsFromFile.root")'
332332
- name: Upload Artifacts
333-
uses: actions/upload-artifact@v3
333+
uses: actions/upload-artifact@v4
334334
with:
335335
name: EventSelection
336336
path: framework/pipeline/selection/IDs.txt
@@ -344,7 +344,7 @@ jobs:
344344
export REST_FOIL=1
345345
restG4 alphas.rml
346346
# - name: Upload Artifacts
347-
# uses: actions/upload-artifact@v3
347+
# uses: actions/upload-artifact@v4
348348
# with:
349349
# name: Alphas
350350
# path: ${{ env.REST_PATH }}/examples/restG4/08.Alphas/data/Run_5MeV_1um.root
@@ -360,7 +360,7 @@ jobs:
360360
restManager --c processing.rml --f ../restG4/08.Alphas/data/Run_5MeV_1um.root
361361
restRoot -b -q Validate.C'("data/Response_5MeV_1um.root")'
362362
# - name: Upload Artifacts
363-
# uses: actions/upload-artifact@v3
363+
# uses: actions/upload-artifact@v4
364364
# with:
365365
# name: AlphaTrack
366366
# path: ${{ env.REST_PATH }}/examples/restG4/08.Alphas/data/Run_5MeV_1um.root
@@ -425,7 +425,7 @@ jobs:
425425
cd ${{ env.REST_PATH }}/examples
426426
restManager --c saveMetadataFile.rml --o meta.root
427427
- name: Upload Artifacts
428-
uses: actions/upload-artifact@v3
428+
uses: actions/upload-artifact@v4
429429
with:
430430
name: MetadataRef
431431
path: ${{ env.REST_PATH }}/examples/meta.root
@@ -437,7 +437,7 @@ jobs:
437437
restG4 NLDBD.rml
438438
restRoot -b -q Validate.C'("Run00001_NLDBD_Test.root")'
439439
- name: Upload Artifacts
440-
uses: actions/upload-artifact@v3
440+
uses: actions/upload-artifact@v4
441441
with:
442442
name: NLDBDRef
443443
path: ${{ env.REST_PATH }}/examples/restG4/01.NLDBD/Run00001_NLDBD_Test.root
@@ -452,7 +452,7 @@ jobs:
452452
restManager --c g4EvSelectionIDsFromFile.rml --f Run00001_NLDBD_Test_g4Analysis.root
453453
restRoot -b -q ValidateIDsFromFile.C'("Run00001_NLDBD_Test_EvSelectionIDsFromFile.root")'
454454
- name: Upload Artifacts
455-
uses: actions/upload-artifact@v3
455+
uses: actions/upload-artifact@v4
456456
with:
457457
name: EventSelectionRef
458458
path: framework/pipeline/selection/IDs.txt
@@ -477,7 +477,7 @@ jobs:
477477
export REST_FOIL=1
478478
restG4 alphas.rml
479479
- name: Upload Artifacts
480-
uses: actions/upload-artifact@v3
480+
uses: actions/upload-artifact@v4
481481
with:
482482
name: AlphasRef
483483
path: ${{ env.REST_PATH }}/examples/restG4/08.Alphas/data/Run_5MeV_1um.root
@@ -493,7 +493,7 @@ jobs:
493493
restManager --c processing.rml --f ../restG4/08.Alphas/data/Run_5MeV_1um.root
494494
restRoot -b -q Validate.C'("data/Response_5MeV_1um.root")'
495495
- name: Upload Artifacts
496-
uses: actions/upload-artifact@v3
496+
uses: actions/upload-artifact@v4
497497
with:
498498
name: AlphaTrack
499499
path: ${{ env.REST_PATH }}/examples/restG4/08.Alphas/data/Run_5MeV_1um.root

0 commit comments

Comments
 (0)