File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3939
4040 steps :
4141 - name : Checkout Repository
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v6
4343 - name : Install Python test dependencies
4444 run : python -m pip install pytest octoprint --user
4545 - name : Install package
@@ -100,7 +100,7 @@ jobs:
100100 echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
101101
102102 - name : 🧰 Cache Playwright browser binaries
103- uses : actions/cache@v4
103+ uses : actions/cache@v5
104104 id : playwright-cache
105105 with :
106106 path : ' ~/.cache/ms-playwright'
@@ -155,15 +155,15 @@ jobs:
155155 run : npx playwright test
156156
157157 - name : ⬆ Upload Playwright report
158- uses : actions/upload-artifact@v4
158+ uses : actions/upload-artifact@v6
159159 if : always()
160160 with :
161161 # name: playwright-report ${{ inputs.suffix }}
162162 name : playwright-report
163163 path : playwright-report
164164
165165 - name : ⬆ Upload OctoPrint logs
166- uses : actions/upload-artifact@v4
166+ uses : actions/upload-artifact@v6
167167 if : failure()
168168 with :
169169 name : octoprint-logs
You can’t perform that action at this time.
0 commit comments