Skip to content
Merged
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
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:

- name: Upload Jest test results
if: always() && matrix.node-version == '20'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: jest-results-node-${{ matrix.node-version }}
path: reports/jest/
Expand All @@ -120,7 +120,7 @@ jobs:

- name: Upload Jest coverage
if: always() && matrix.node-version == '20'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: jest-coverage-node-${{ matrix.node-version }}
path: coverage/
Expand All @@ -129,7 +129,7 @@ jobs:

- name: Upload Jest Allure results
if: always() && matrix.node-version == '20'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: jest-allure-results-node-${{ matrix.node-version }}
path: reports/allure-results/
Expand Down Expand Up @@ -161,7 +161,7 @@ jobs:

- name: Upload Newman artifacts
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: newman-artifacts-${{ env.NEWMAN_MODE }}
path: reports/newman/
Expand All @@ -170,7 +170,7 @@ jobs:

- name: Upload Newman Allure results
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: newman-allure-results-${{ env.NEWMAN_MODE }}
path: reports/allure-results/
Expand Down Expand Up @@ -334,7 +334,7 @@ jobs:
always() &&
steps.allure-inputs.outputs.has-results == 'true' &&
steps.history-policy.outputs.persist_history == 'true'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ steps.history-policy.outputs.history_artifact_name }}
path: reports/allure-history-artifact/
Expand All @@ -343,7 +343,7 @@ jobs:

- name: Upload Allure report
if: always() && steps.allure-inputs.outputs.has-results == 'true'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: allure-report
path: reports/allure-report/
Expand Down Expand Up @@ -418,15 +418,15 @@ jobs:
--report-kind "${{ needs.allure-report.outputs.report_kind }}"

- name: Upload prepared GitHub Pages site
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: allure-pages-site
path: reports/pages-site-next/
if-no-files-found: error
retention-days: 1

- name: Upload GitHub Pages metadata
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: allure-pages-metadata
path: reports/pages-metadata/page-metadata.json
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/live-provider-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Upload production description service artifacts
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: production-description-service-artifacts
path: reports/newman/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/local-provider-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

- name: Upload local provider integration artifacts
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: local-provider-integration-artifacts
path: reports/newman/
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/post-deploy-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:

- name: Upload Newman artifacts
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: post-deploy-verification-artifacts
path: reports/newman/
Expand All @@ -92,7 +92,7 @@ jobs:

- name: Upload Newman Allure results
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: post-deploy-verification-allure-results
path: reports/allure-results/
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
always() &&
steps.allure-inputs.outputs.has-results == 'true' &&
steps.history-policy.outputs.persist_history == 'true'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: ${{ steps.history-policy.outputs.history_artifact_name }}
path: reports/allure-history-artifact/
Expand All @@ -203,7 +203,7 @@ jobs:

- name: Upload Allure report
if: always() && steps.allure-inputs.outputs.has-results == 'true'
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: post-deploy-verification-allure-report
path: reports/allure-report/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/promote-to-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Upload pre-production provider artifacts
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: pre-production-provider-artifacts
path: reports/newman/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Upload audit artifacts
if: always()
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
with:
name: security-audit-artifacts
path: reports/security/
Expand Down
Loading