matrix-art

An image gallery for Matrix
git clone git://archive.git.mtrnord.blog/MTRNord/matrix-art.git
Log | Files | Refs | README | LICENSE

commit 9866c5d99ee85c579a619386f1af31cef9ba29d7
parent e8eb5f9c011b193ca8ba5f9b390e64d528cd1f56
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Date:   Mon, 23 May 2022 10:40:24 +0200

Bump actions/upload-artifact from 3.0.0 to 3.1.0 (#203)

Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/6673cd052c4cd6fcf4b4e6e60ea986c889389535...3cea5372237819ed00197afe530f5a7ea3e805c8)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat:
M.github/workflows/playwright.yml | 2+-
M.github/workflows/scorecards-analysis.yml | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml @@ -53,7 +53,7 @@ jobs: run: npx playwright install --with-deps && npx playwright install msedge && npx playwright install chrome - name: Run Playwright tests run: npm run test - - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2 + - uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2 if: always() with: name: playwright-test-results diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml @@ -42,7 +42,7 @@ jobs: # Upload the results as artifacts (optional). - name: "Upload artifact" - uses: actions/upload-artifact@6673cd052c4cd6fcf4b4e6e60ea986c889389535 # v2.3.1 + uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v2.3.1 with: name: SARIF file path: results.sarif