diff --git a/.github/workflows/windows-gtk.yml b/.github/workflows/windows-gtk.yml index e26c5492..3b656e5f 100644 --- a/.github/workflows/windows-gtk.yml +++ b/.github/workflows/windows-gtk.yml @@ -110,13 +110,13 @@ jobs: run: | cp pkgdist\bin\pkg-config.exe pkg-config.exe - name: Library artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: libraries path: | dist\bin\*.dll - name: Application artifact - uses: actions/upload-artifact@v6 + uses: actions/upload-artifact@v7 with: name: applications path: |