Skip to content

Commit 4bc8f9e

Browse files
authored
Merge pull request #71 from LibreCodeCoop/dependabot/github_actions/actions/upload-artifact-7.0.1
chore(deps): Bump actions/upload-artifact from 7.0.0 to 7.0.1
2 parents 4489a36 + eb7631c commit 4bc8f9e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/behat-sqlite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
run: composer run behat
121121

122122
- name: Upload Behat results
123-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
123+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
124124
if: always()
125125
with:
126126
name: behat-results

.github/workflows/playwright.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,15 +151,15 @@ jobs:
151151
run: npm run test:e2e
152152

153153
- name: Upload Playwright report
154-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
154+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
155155
if: always()
156156
with:
157157
name: playwright-report
158158
path: apps/${{ env.APP_NAME }}/playwright-report/
159159
retention-days: 30
160160

161161
- name: Upload Playwright results
162-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
162+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
163163
if: always()
164164
with:
165165
name: playwright-test-results

0 commit comments

Comments
 (0)