Skip to content

Commit bebe9bc

Browse files
authored
Merge pull request #6792 from neo4j/renovate/lts-actions-upload-artifact-5.x
chore(deps): update actions/upload-artifact action to v5 (lts)
2 parents e175b9a + fc5d1c9 commit bebe9bc

7 files changed

+10
-10
lines changed

.github/workflows/performance-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
working-directory: packages/graphql
122122

123123
- name: Archive performance test results
124-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
124+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
125125
with:
126126
name: performance
127127
path: packages/graphql/performance/

.github/workflows/reusable-api-library-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
run: yarn --cwd packages/graphql run test:schema --coverage
9898
- if: ${{ !inputs.disable-coverage-archival }}
9999
name: Archive coverage report
100-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
100+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
101101
with:
102102
name: api-library-coverage-graphql
103103
path: packages/graphql/coverage/

.github/workflows/reusable-federation-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mkdir prnumber
4141
echo "$PULL_REQUEST_NUMBER" > ./prnumber/prnumber
4242
- name: Archive PR number
43-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
43+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
4444
with:
4545
name: prnumber
4646
path: prnumber/

.github/workflows/reusable-integration-tests-on-prem-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ jobs:
115115
NEO_URL: neo4j://localhost:7687
116116
- if: ${{ !inputs.disable-coverage-archival && matrix.packages.package == 'graphql' }}
117117
name: Archive coverage report
118-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
118+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
119119
with:
120120
name: integration-nightly-coverage-${{ matrix.packages.package }}-${{ matrix.graphql-version.coverage_path }}-${{ matrix.packages.coverage_name }}-${{ matrix.node.coverage_name }}
121121
path: packages/${{ matrix.packages.package }}/coverage-nightly-${{ matrix.graphql-version.coverage_path }}/
@@ -131,7 +131,7 @@ jobs:
131131
steps:
132132
- if: ${{ !inputs.disable-coverage-archival }}
133133
name: Merge Artifacts
134-
uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
134+
uses: actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
135135
with:
136136
name: integration-nightly-coverage
137137
pattern: integration-nightly-coverage-*

.github/workflows/reusable-integration-tests-on-prem.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
NEO_URL: bolt://localhost:7687
7474
- if: ${{ !inputs.disable-coverage-archival && matrix.packages.package == 'graphql' }}
7575
name: Archive coverage report
76-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
76+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7777
with:
7878
name: integration-coverage-${{ matrix.packages.package }}-${{ matrix.neo4j-version }}-${{ matrix.graphql-version.coverage_path }}-${{ matrix.packages.coverage_name }}
7979
path: packages/${{ matrix.packages.package }}/coverage-${{ matrix.neo4j-version }}-${{ matrix.graphql-version.coverage_path }}/
@@ -84,7 +84,7 @@ jobs:
8484
steps:
8585
- if: ${{ !inputs.disable-coverage-archival }}
8686
name: Merge Artifacts
87-
uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
87+
uses: actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
8888
with:
8989
name: integration-coverage
9090
pattern: integration-coverage-*

.github/workflows/reusable-subscriptions-plugin-amqp-e2e-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
RABBITMQ_USER: guest
5858
RABBITMQ_PASSWORD: guest
5959
- name: Archive coverage report
60-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
60+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
6161
with:
6262
name: e2e-coverage-graphql-amqp-subscriptions-engine-${{ matrix.graphql-version }}-${{ matrix.neo4j-version }}
6363
path: packages/graphql-amqp-subscriptions-engine/coverage/
@@ -67,7 +67,7 @@ jobs:
6767
needs: e2e-tests
6868
steps:
6969
- name: Merge Artifacts
70-
uses: actions/upload-artifact/merge@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
70+
uses: actions/upload-artifact/merge@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
7171
with:
7272
name: e2e-coverage-graphql-amqp-subscriptions-engine
7373
pattern: e2e-coverage-graphql-amqp-subscriptions-engine-*

.github/workflows/reusable-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
working-directory: packages/${{ matrix.package }}
3636
- if: ${{ !inputs.disable-coverage-archival && matrix.package == 'graphql' }}
3737
name: Archive coverage report
38-
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
38+
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
3939
with:
4040
name: unit-coverage-${{ matrix.package }}
4141
path: packages/${{ matrix.package }}/coverage/

0 commit comments

Comments
 (0)