diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f3dd348..3281bf2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -129,7 +129,7 @@ jobs: .github/scripts/collect_start_times nvim neovim-$LOG - name: Save startup times - uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: plugin-load-stats@vim-${{ matrix.vim-version }}-py-${{ matrix.python-version }} path: '**/*python*.log' @@ -139,7 +139,7 @@ jobs: needs: build steps: - name: Merge artifacts - uses: actions/upload-artifact/merge@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0 + uses: actions/upload-artifact/merge@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0 with: name: plugin-load-stats delete-merged: true