From b36fe82cd360a0064e4d0bc8b1184d51539b5f0e Mon Sep 17 00:00:00 2001 From: Alisher Musurmonov Date: Thu, 12 Sep 2024 12:26:36 +0500 Subject: [PATCH] STSMACOM-854: Bump up `actions/upload-artifact@v2` to `actions/upload-artifact@v4` --- .github/workflows/build-npm-release.yml | 4 ++-- .github/workflows/build-npm.yml | 4 ++-- CHANGELOG.md | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-npm-release.yml b/.github/workflows/build-npm-release.yml index feb7a4702..68568b99f 100644 --- a/.github/workflows/build-npm-release.yml +++ b/.github/workflows/build-npm-release.yml @@ -153,7 +153,7 @@ jobs: comment_title: Jest Unit Test Statistics - name: Publish Jest coverage report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: jest-coverage-report @@ -171,7 +171,7 @@ jobs: comment_title: BigTest Unit Test Statistics - name: Publish BigTest coverage report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: bigtest-coverage-report diff --git a/.github/workflows/build-npm.yml b/.github/workflows/build-npm.yml index acd49f3fb..808f4b07f 100644 --- a/.github/workflows/build-npm.yml +++ b/.github/workflows/build-npm.yml @@ -93,7 +93,7 @@ jobs: comment_title: Jest Unit Test Statistics - name: Publish Jest coverage report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: jest-coverage-report @@ -111,7 +111,7 @@ jobs: comment_title: BigTest Unit Test Statistics - name: Publish BigTest coverage report - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v4 if: always() with: name: bigtest-coverage-report diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b98ad66e..0eecc07e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,7 @@ * Return a specific error message in `StripesConnectedSource`. STSMACOM-851. * Changed translation keys in `LocationLookup` to stripes-components. STSMACOM-852. * DateRangeFilter - pass `requiredFields` argument to all calls of `validateDateRange`. STSMACOM-853. +* Bump up `actions/upload-artifact@v2` to `actions/upload-artifact@v4`. Refs STSMACOM-854. ## [9.1.1] (IN PROGRESS)