Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#942)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Tue, 25 Oct 2022 05:15:59 +0000 (10:45 +0530)
committerGitHub <noreply@github.com>
Tue, 25 Oct 2022 05:15:59 +0000 (10:45 +0530)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/build-pull-request.yml

index abc514fb00494452d3cba52fd36046c93366970f..b6379a53338b87356bba5c478bafbde4ee6da810 100644 (file)
@@ -23,7 +23,7 @@ jobs:
       - name: Build app
         run: npm run build
       - name: Upload artifact
-        uses: actions/upload-artifact@v3.1.0
+        uses: actions/upload-artifact@v3.1.1
         with:
           name: preview
           path: dist
@@ -31,7 +31,7 @@ jobs:
       - name: Save pr number
         run: echo ${PR_NUMBER} > ./pr.txt
       - name: Upload pr number
-        uses: actions/upload-artifact@v3.1.0
+        uses: actions/upload-artifact@v3.1.1
         with:
           name: pr
           path: ./pr.txt