We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f364ef5 commit 05a8a40Copy full SHA for 05a8a40
.github/workflows/build.yml
@@ -221,7 +221,7 @@ jobs:
221
./scripts/package/package-deb.sh
222
223
- name: Upload packages
224
- uses: actions/upload-artifact@v3
+ uses: actions/upload-artifact@v4
225
with:
226
name: builds-${{ runner.os }}-py${{ matrix.python_version }}
227
path: dist/activitywatch-*.*
@@ -264,7 +264,7 @@ jobs:
264
mv changelog.md release_notes.md
265
266
- name: Upload release notes
267
268
269
name: release_notes
270
path: release_notes.md
0 commit comments