Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/_cli_code.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
WORKFLOWS_CLI_TEST_ENABLE_MOCK_COMMAND=1 cargo tarpaulin --out html

- name: Upload coverage report as artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: coverage.html
path: workflows-cli/tarpaulin-report.html
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_github_pages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
run: mkdocs build

- name: Upload Docs Artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: docs
path: site
Expand All @@ -71,7 +71,7 @@ jobs:
run: yarn build-storybook --output-dir storybook-static

- name: Upload Storybook Artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: storybook
path: frontend/workflows-lib/storybook-static
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
run: chmod -R +rX docs storybook

- name: Merge Artifacts
uses: actions/upload-artifact/merge@v5
uses: actions/upload-artifact/merge@v7
with:
separate-directories: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_graph_proxy_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
--path workflows.graphql

- name: Upload Schema Artifact
uses: actions/upload-artifact@v5
uses: actions/upload-artifact@v7
with:
name: graph-proxy
path: backend/graph-proxy/workflows.graphql
Loading