diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ad6e7351..e1c6c9929 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -100,7 +100,7 @@ jobs: go build -v -o ../bin/ddx-${{ matrix.os }}-${{ matrix.arch }} . - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: ddx-${{ matrix.os }}-${{ matrix.arch }} path: bin/ddx-${{ matrix.os }}-${{ matrix.arch }} @@ -131,7 +131,7 @@ jobs: - name: Upload E2E test output if: always() - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: e2e-test-output path: e2e-test-output.txt diff --git a/.github/workflows/demos.yml b/.github/workflows/demos.yml index 5148bd5de..d157534c9 100644 --- a/.github/workflows/demos.yml +++ b/.github/workflows/demos.yml @@ -75,7 +75,7 @@ jobs: } >> $GITHUB_STEP_SUMMARY - name: Upload demo artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: demos path: demos/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 27cf82f39..5ec0ca376 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -179,7 +179,7 @@ jobs: fi - name: Upload artifacts - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v7 with: name: release-${{ matrix.goos }}-${{ matrix.goarch }} path: |