Skip to content

Commit 02b0a52

Browse files
ci: upgrade actions/upload-artifact from v3 to v4
v3 is deprecated and auto-failing since April 2024: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/ This was blocking all PR checks on Windows.
1 parent c80aa5a commit 02b0a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: |
5252
dist/aw-watcher-window/aw-watcher-window --help
5353
- name: Upload package
54-
uses: actions/upload-artifact@v3
54+
uses: actions/upload-artifact@v4
5555
with:
5656
name: aw-watcher-window-${{ runner.os }}-py${{ matrix.python_version }}
5757
path: dist/aw-watcher-window

0 commit comments

Comments
 (0)