Skip to content

Commit 3aa4b97

Browse files
authored
[plugin] Update deprecated actions (#5677)
* Update deprecated actions * Use upload-artifact@v6
1 parent f87a811 commit 3aa4b97

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
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

0 commit comments

Comments
 (0)