diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9c633a9..b8ded1e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,12 +24,12 @@ jobs: - name: "Build with Gradle" run: "./gradlew build" - name: "Upload ViaProxy plugin artifacts to GitHub" - uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4" # v5.0.0 + uses: "actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f" # v6.0.0 with: name: "AuthHook ViaProxy" path: "build/libs/" - name: "Upload AuthHook agent artifacts to GitHub" - uses: "actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4" # v5.0.0 + uses: "actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f" # v6.0.0 with: name: "AuthHook server agent" path: "Agent/build/libs/"