@@ -33,10 +33,10 @@ jobs:
3333
3434 steps :
3535 - name : Checkout repository
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737
3838 - name : Setup Node.js
39- uses : actions/setup-node@v5
39+ uses : actions/setup-node@v6
4040 with :
4141 node-version-file : package.json
4242
8181 file-url : https://raw.githubusercontent.com/arduino/tooling-project-assets/main/workflow-templates/assets/sync-labels/${{ matrix.filename }}
8282
8383 - name : Pass configuration files to next job via workflow artifact
84- uses : actions/upload-artifact@v4
84+ uses : actions/upload-artifact@v5
8585 with :
8686 path : |
8787 *.yaml
@@ -116,10 +116,10 @@ jobs:
116116 echo "::set-output name=flag::--dry-run"
117117
118118 - name : Checkout repository
119- uses : actions/checkout@v5
119+ uses : actions/checkout@v6
120120
121121 - name : Download configuration file artifacts
122- uses : actions/download-artifact@v5
122+ uses : actions/download-artifact@v6
123123 with :
124124 merge-multiple : true
125125 pattern : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
@@ -131,7 +131,7 @@ jobs:
131131 name : ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
132132
133133 - name : Setup Node.js
134- uses : actions/setup-node@v5
134+ uses : actions/setup-node@v6
135135 with :
136136 node-version-file : package.json
137137
0 commit comments