diff --git a/.github/workflows/xivlauncher-git.yml b/.github/workflows/xivlauncher-git.yml index 04d5633..6188dbf 100644 --- a/.github/workflows/xivlauncher-git.yml +++ b/.github/workflows/xivlauncher-git.yml @@ -40,7 +40,7 @@ jobs: cd /home/builder/workspace mv *.pkg.tar.zst xivlauncher-git.pkg.tar.zst - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: xivlauncher path: /home/builder/workspace/*.pkg.tar.zst diff --git a/.github/workflows/xivlauncher.yml b/.github/workflows/xivlauncher.yml index 28991ed..5ab214e 100644 --- a/.github/workflows/xivlauncher.yml +++ b/.github/workflows/xivlauncher.yml @@ -38,7 +38,7 @@ jobs: cd /home/builder/workspace mv *.pkg.tar.zst xivlauncher.pkg.tar.zst - name: Upload artifact - uses: actions/upload-artifact@v5 + uses: actions/upload-artifact@v6 with: name: xivlauncher path: /home/builder/workspace/*.pkg.tar.zst