Skip to content

Commit c89d3a8

Browse files
chore(deps): update github artifact actions (#186)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 33101a9 commit c89d3a8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Execute Gradle build
3131
run: ./gradlew check graphqlGenerateSDL
3232
- name: Upload schema artifact
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
path: build/${{ env.SCHEMA_FILE }}
3636
name: ${{ env.SCHEMA_ARTIFACT }}
@@ -45,7 +45,7 @@ jobs:
4545
# rename this to a valid subgraph name
4646
SUBGRAPH_NAME: foo-bar
4747
steps:
48-
- uses: actions/download-artifact@v5
48+
- uses: actions/download-artifact@v6
4949
with:
5050
name: ${{ needs.test.outputs.schema_artifact }}
5151
- name: Install Rover

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Execute Gradle build
3131
run: ./gradlew clean build graphqlGenerateSDL
3232
- name: Upload schema artifact
33-
uses: actions/upload-artifact@v4
33+
uses: actions/upload-artifact@v5
3434
with:
3535
path: build/${{ env.SCHEMA_FILE }}
3636
name: ${{ env.SCHEMA_ARTIFACT }}
@@ -53,7 +53,7 @@ jobs:
5353
SUBGRAPH_NAME: foo-bar
5454
runs-on: ubuntu-latest
5555
steps:
56-
- uses: actions/download-artifact@v5
56+
- uses: actions/download-artifact@v6
5757
with:
5858
name: ${{ needs.prepare_schema.outputs.schema_artifact }}
5959
- name: Install Rover

0 commit comments

Comments
 (0)