Skip to content

Commit

Permalink
Update github artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
NuckChorris committed Feb 2, 2025
1 parent a8a065b commit ecfdc9d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
echo "$HOME/.rover/bin" >> $GITHUB_PATH
- name: Download artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v8
with:
workflow: "Kitsu Test Suite"
workflow_conclusion: success
run_id: ${{github.event.workflow_run.id}}
name: graphql-schema-ruby-3.1
name: graphql-schema-ruby-3.3

- name: Display structure of downloaded files
run: ls -R
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
run: |
bundle exec rake graphql:dump_schema
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
with:
name: graphql-schema-${{ matrix.ruby }}
path: schema.graphql
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ jobs:
uses: actions/checkout@v3

- name: Download artifact
uses: dawidd6/action-download-artifact@v2
uses: dawidd6/action-download-artifact@v8
with:
workflow: "Kitsu Test Suite"
workflow_conclusion: success
run_id: ${{github.event.workflow_run.id}}
name: graphql-schema-ruby-3.1
name: graphql-schema-ruby-3.3

- name: Display structure of downloaded files
run: ls -R
Expand Down

0 comments on commit ecfdc9d

Please sign in to comment.